Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed May 27, 2018
1 parent 1d18455 commit 455d66d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "watchify browser.js -d -v -o bundle.js",
"start": "http-server -p 3000 .",
"dist": "browserify browser.js -d > bundle.min.js",
"dist": "browserify browser.js -d | uglifyjs --source-map content=inline,url=bundle.min.js.map -c unused=false -o bundle.min.js",
"_babel_disabled": " | babel -s inline -f bundle.min.js --presets env",
"_uglify_disabled": " | uglifyjs --source-map content=inline,url=bundle.min.js.map --compress -o bundle.min.js"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"libp2p-tcp": "^0.12.0"
},
"dependencies": {
"async": "^2.6.0",
"async": "^2.6.1",
"debug": "^3.1.0",
"libp2p-websockets": "^0.12.0",
"mafmt": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"license": "MIT",
"dependencies": {
"debug": "^3.1.0",
"greenlock": "~2.2.16",
"greenlock": "~2.2.19",
"le-acme-core": "^2.1.3",
"le-store-certbot": "github:mkg20001/le-store-certbot",
"libp2p": "^0.20.4",
Expand Down

0 comments on commit 455d66d

Please sign in to comment.