Skip to content

Commit

Permalink
0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
s-a committed Dec 18, 2016
1 parent 5930032 commit 17dd2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sulu",
"description": "A hackable file manager",
"version": "0.0.16",
"version": "0.0.17",
"author": "Stephan Ahlf <[email protected]>",
"bugs": {
"url": "https://github.com/s-a/sulu/issues"
Expand All @@ -23,7 +23,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf ./dist",
"bump": "npm version patch && git push && git push --tags && npm publish",
"postinstall" : "cd app && npm install"
"postinstall": "cd app && npm install"
},
"devDependencies": {},
"dependencies": {
Expand Down

0 comments on commit 17dd2c4

Please sign in to comment.