Skip to content

Commit

Permalink
Update tap-spec devDep
Browse files Browse the repository at this point in the history
  • Loading branch information
dhritzkiv committed Jul 21, 2017
1 parent c348609 commit 1821adc
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
},
"bugs": "https://github.com/ampersandjs/ampersand-view/issues",
"dependencies": {
"ampersand-collection-view": "^2.0.1",
"ampersand-dom-bindings": "^3.5.0",
"ampersand-state": "^5.0.1",
"ampersand-collection-view": "^2.0.2",
"ampersand-dom-bindings": "^3.9.1",
"ampersand-state": "^5.0.2",
"ampersand-version": "^1.0.2",
"component-classes": "^1.2.4",
"domify": "^1.3.2",
"events-mixin": "^1.2.0",
"lodash": "^4.11.1",
"matches-selector": "^1.0.0"
"component-classes": "^1.2.6",
"domify": "^1.4.0",
"events-mixin": "^1.3.0",
"lodash": "^4.17.4",
"matches-selector": "^1.2.0"
},
"devDependencies": {
"ampersand-model": "^8.0.0",
"ampersand-rest-collection": "^6.0.0",
"browserify": "^14.3.0",
"jsdom": "^11.0.0",
"jsdom": "^11.1.0",
"precommit-hook": "^3.0.0",
"run-browser": "^2.0.2",
"tap-spec": "^2.2.2",
"tap-spec": "^4.1.1",
"tape": "^4.6.0",
"tape-run": "^3.0.0"
},
Expand All @@ -52,7 +52,8 @@
"preversion": "git checkout master && git pull && npm ls",
"publish-patch": "npm run preversion && npm version patch && git push origin master --tags && npm publish",
"publish-minor": "npm run preversion && npm version minor && git push origin master --tags && npm publish",
"publish-major": "npm run preversion && npm version major && git push origin master --tags && npm publish"
"publish-major": "npm run preversion && npm version major && git push origin master --tags && npm publish",
"lint": "jshint ."
},
"testling": {
"files": "test/*.js",
Expand All @@ -69,5 +70,10 @@
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
}
},
"pre-commit": [
"lint",
"validate",
"test"
]
}

0 comments on commit 1821adc

Please sign in to comment.