mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-11-20 11:28:35 -05:00
chore: update dependencies (#263)
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
4f0c2eef88
commit
ab32206828
2 changed files with 9 additions and 9 deletions
16
package.json
16
package.json
|
@ -21,19 +21,19 @@
|
|||
"build:hugo": "hugo -s src -d ../public --cleanDestinationDir --minify --gc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^10.0.1",
|
||||
"browserify": "^16.2.3",
|
||||
"chokidar": "^2.1.5",
|
||||
"babel-eslint": "^10.0.2",
|
||||
"browserify": "^16.3.0",
|
||||
"chokidar": "^3.0.2",
|
||||
"cssnano": "^4.1.10",
|
||||
"ecstatic": "^4.1.2",
|
||||
"fs-extra": "^7.0.1",
|
||||
"hugo-bin": "^0.43.4",
|
||||
"node-yaml": "^3.2.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"hugo-bin": "^0.43.6",
|
||||
"node-yaml": "^4.0.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss-cli": "^6.1.2",
|
||||
"postcss-cli": "^6.1.3",
|
||||
"postcss-import": "^12.0.1",
|
||||
"shx": "^0.3.2",
|
||||
"standard": "^12.0.1",
|
||||
"standard": "^13.0.2",
|
||||
"uglifyify": "^5.0.1",
|
||||
"watch": "^1.0.2"
|
||||
},
|
||||
|
|
|
@ -3,7 +3,7 @@ const fs = require('fs-extra')
|
|||
const { join } = require('path')
|
||||
|
||||
function getData () {
|
||||
let data = require('./data')
|
||||
const data = require('./data')
|
||||
|
||||
data.push({
|
||||
title: 'Awesome IPFS',
|
||||
|
|
Loading…
Reference in a new issue