Skip to content

Commit

Permalink
Update package.json (#2)
Browse files Browse the repository at this point in the history
Remove unneeded dependencies
  • Loading branch information
qmaurmann committed May 1, 2016
1 parent 1fc5038 commit d06b305
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
{
"name": "should-throw-instanceof",
"version": "1.0.0",
"version": "1.0.1",
"description": "Helper function for more detailed error assertions than should.throw",
"license": "BSD-2-Clause",
"main": "src/should-throw-instanceof.js",
"scripts": {
"jscs": "jscs --config node_modules/bodylabs-javascript-style/jscs/jscsrc-shared src --extract '*.js'",
"eslint": "eslint --config node_modules/bodylabs-javascript-style/eslint/eslintrc-shared.yml 'src/*.js'",
"jscs": "jscs --config node_modules/bodylabs-javascript-style/jscs/jscsrc-shared . --extract '*.js'",
"eslint": "eslint --config node_modules/bodylabs-javascript-style/eslint/eslintrc-shared.yml '**/*.js'",
"lint": "npm run jscs && npm run eslint",
"unittest": "mocha src/*.spec.js",
"unittest": "mocha src --recursive",
"test": "npm run unittest && npm run lint"
},
"repository": {
"type": "git",
"url": "[email protected]:bodylabs/should-throw-instanceof.git"
},
"engines": {
"node": "5.8.0",
"npm": "3.5.x"
},
"dependencies": {
"underscore": "~1.8.3"
},
Expand Down

0 comments on commit d06b305

Please sign in to comment.