Skip to content

Commit

Permalink
Reduce package.json for now
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Jan 31, 2017
1 parent dd93938 commit d8b1af7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ before_script:
- make install-npm-deps-dev

script:
- node --version
- npm --version
- make build-js
- make test

Expand Down
8 changes: 8 additions & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"devDependencies": {
"bower": "^1.8.0",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-karma": "^2.0.0",
"grunt-ng-annotate": "^3.0.0",
"grunt-phpunit": "^0.3.6",
"grunt-wrap": "^0.3.0",
"jshint-stylish": "^2.2.1",
"karma": "^1.4.1"
},
"scripts": {
Expand Down

0 comments on commit d8b1af7

Please sign in to comment.