Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeard4 committed Jun 21, 2018
1 parent d1fb247 commit dbe5f04
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Expand Up @@ -49,7 +49,8 @@
"scion-core-test-framework": "1.0.0",
"typedoc": "^0.11.1",
"underscore": "^1.8.3",
"watchify": "^3.9.0"
"watchify": "^3.9.0",
"scion-core-test-framework": "1.0.0"
},
"engines": {
"node": ">=4.2.2"
Expand All @@ -71,12 +72,8 @@
"scripts": {
"postversion": "git push --follow-tags && npm publish",
"test": "grunt test",
"build": "grunt build && npm run docs",
"build": "grunt build",
"watch": "watchify -d lib/scion.js -o dist/scion.js -s scion",
"docs": "typedoc --module commonjs --includeDeclarations --out docs/ ./tsd/scion-core.d.ts --readme README.md"
},
"dependencies": {
"scion-core-base": "1.0.0",
"scion-core-test-framework": "1.0.0"
}
}

0 comments on commit dbe5f04

Please sign in to comment.