Skip to content

Commit 1821adc

Browse files
committed
Update tap-spec devDep
1 parent c348609 commit 1821adc

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

package.json

+18-12
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
},
1212
"bugs": "https://github.com/ampersandjs/ampersand-view/issues",
1313
"dependencies": {
14-
"ampersand-collection-view": "^2.0.1",
15-
"ampersand-dom-bindings": "^3.5.0",
16-
"ampersand-state": "^5.0.1",
14+
"ampersand-collection-view": "^2.0.2",
15+
"ampersand-dom-bindings": "^3.9.1",
16+
"ampersand-state": "^5.0.2",
1717
"ampersand-version": "^1.0.2",
18-
"component-classes": "^1.2.4",
19-
"domify": "^1.3.2",
20-
"events-mixin": "^1.2.0",
21-
"lodash": "^4.11.1",
22-
"matches-selector": "^1.0.0"
18+
"component-classes": "^1.2.6",
19+
"domify": "^1.4.0",
20+
"events-mixin": "^1.3.0",
21+
"lodash": "^4.17.4",
22+
"matches-selector": "^1.2.0"
2323
},
2424
"devDependencies": {
2525
"ampersand-model": "^8.0.0",
2626
"ampersand-rest-collection": "^6.0.0",
2727
"browserify": "^14.3.0",
28-
"jsdom": "^11.0.0",
28+
"jsdom": "^11.1.0",
2929
"precommit-hook": "^3.0.0",
3030
"run-browser": "^2.0.2",
31-
"tap-spec": "^2.2.2",
31+
"tap-spec": "^4.1.1",
3232
"tape": "^4.6.0",
3333
"tape-run": "^3.0.0"
3434
},
@@ -52,7 +52,8 @@
5252
"preversion": "git checkout master && git pull && npm ls",
5353
"publish-patch": "npm run preversion && npm version patch && git push origin master --tags && npm publish",
5454
"publish-minor": "npm run preversion && npm version minor && git push origin master --tags && npm publish",
55-
"publish-major": "npm run preversion && npm version major && git push origin master --tags && npm publish"
55+
"publish-major": "npm run preversion && npm version major && git push origin master --tags && npm publish",
56+
"lint": "jshint ."
5657
},
5758
"testling": {
5859
"files": "test/*.js",
@@ -69,5 +70,10 @@
6970
"iphone/6.0..latest",
7071
"android-browser/4.2..latest"
7172
]
72-
}
73+
},
74+
"pre-commit": [
75+
"lint",
76+
"validate",
77+
"test"
78+
]
7379
}

0 commit comments

Comments
 (0)