|
11 | 11 | },
|
12 | 12 | "bugs": "https://github.com/ampersandjs/ampersand-view/issues",
|
13 | 13 | "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", |
17 | 17 | "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" |
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 | 25 | "ampersand-model": "^8.0.0",
|
26 | 26 | "ampersand-rest-collection": "^6.0.0",
|
27 | 27 | "browserify": "^14.3.0",
|
28 |
| - "jsdom": "^11.0.0", |
| 28 | + "jsdom": "^11.1.0", |
29 | 29 | "precommit-hook": "^3.0.0",
|
30 | 30 | "run-browser": "^2.0.2",
|
31 |
| - "tap-spec": "^2.2.2", |
| 31 | + "tap-spec": "^4.1.1", |
32 | 32 | "tape": "^4.6.0",
|
33 | 33 | "tape-run": "^3.0.0"
|
34 | 34 | },
|
|
52 | 52 | "preversion": "git checkout master && git pull && npm ls",
|
53 | 53 | "publish-patch": "npm run preversion && npm version patch && git push origin master --tags && npm publish",
|
54 | 54 | "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 ." |
56 | 57 | },
|
57 | 58 | "testling": {
|
58 | 59 | "files": "test/*.js",
|
|
69 | 70 | "iphone/6.0..latest",
|
70 | 71 | "android-browser/4.2..latest"
|
71 | 72 | ]
|
72 |
| - } |
| 73 | + }, |
| 74 | + "pre-commit": [ |
| 75 | + "lint", |
| 76 | + "validate", |
| 77 | + "test" |
| 78 | + ] |
73 | 79 | }
|
0 commit comments