Skip to content

Commit

Permalink
Updated NPM packages to match 'npm prune'
Browse files Browse the repository at this point in the history
- package.json - Added the following packages to the devDependencies
  for drywall development. These include:

  * sequelize-fixtures - Used to create fixture files that will be
    used to seed the database initially

  * sinon - Spies, stubs and mocks for drywall app. Used in testing

  * supertest - HTTP Testing library for JavaScript apps
  • Loading branch information
mnyon-grandkru committed Sep 4, 2015
1 parent 0ecf750 commit 8fc121f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
},
"devDependencies": {
"bootstrap": "^3.x.x",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"font-awesome": "^4.1.0",
"grunt": "^0.4.x",
"grunt-cli": "^0.1.13",
Expand All @@ -54,7 +56,11 @@
"html5shiv": "^3.x.x",
"jquery": "^2.x.x",
"jquery.cookie": "^1.x.x",
"mocha": "^2.3.0",
"moment": "^2.x.x",
"respond.js": "^1.x.x"
"respond.js": "^1.x.x",
"sequelize-fixtures": "^0.4.7",
"sinon": "^1.16.1",
"supertest": "^1.1.0"
}
}

0 comments on commit 8fc121f

Please sign in to comment.