|
16 | 16 | "license": "MIT", |
17 | 17 | "dependencies": {}, |
18 | 18 | "devDependencies": { |
19 | | - "matchdep": "*", |
20 | | - "grunt": "*", |
21 | | - "grunt-contrib-connect": "*", |
22 | | - "grunt-contrib-jshint": "*", |
23 | | - "grunt-shell": "*", |
24 | | - "grunt-karma": "*", |
25 | | - "grunt-ngmin": "*", |
26 | | - "grunt-contrib-watch": "*", |
27 | | - "grunt-contrib-concat": "*", |
28 | | - "grunt-contrib-uglify": "*", |
29 | | - "grunt-open": "*", |
30 | | - "grunt-bower-task": "*", |
31 | | - "karma-script-launcher": "*", |
32 | | - "karma-firefox-launcher": "*", |
33 | | - "karma-chrome-launcher": "*", |
34 | | - "karma-html2js-preprocessor": "*", |
| 19 | + "matchdep": "latest", |
| 20 | + "grunt": "latest", |
| 21 | + "grunt-config-dir": "latest", |
| 22 | + "grunt-contrib-connect": "latest", |
| 23 | + "grunt-contrib-jshint": "latest", |
| 24 | + "grunt-shell": "latest", |
| 25 | + "grunt-karma": "latest", |
| 26 | + "grunt-ngmin": "latest", |
| 27 | + "grunt-contrib-watch": "latest", |
| 28 | + "grunt-contrib-concat": "latest", |
| 29 | + "grunt-contrib-uglify": "latest", |
| 30 | + "grunt-open": "latest", |
| 31 | + "grunt-bower-task": "latest", |
| 32 | + "karma-script-launcher": "latest", |
| 33 | + "karma-firefox-launcher": "latest", |
| 34 | + "karma-chrome-launcher": "latest", |
| 35 | + "karma-html2js-preprocessor": "latest", |
35 | 36 | "karma-jasmine": "~0.2.0", |
36 | | - "karma-requirejs": "*", |
37 | | - "karma-coffee-preprocessor": "*", |
38 | | - "karma-phantomjs-launcher": "*", |
39 | | - "karma-coverage": "*", |
40 | | - "karma": "*", |
41 | | - "protractor": "*", |
42 | | - "grunt-protractor-runner": "*", |
43 | | - "grunt-shell-spawn": "*", |
44 | | - "grunt-conventional-changelog": "*", |
45 | | - "grunt-bump": "*", |
46 | | - "grunt-karma-coveralls": "*" |
| 37 | + "karma-requirejs": "latest", |
| 38 | + "karma-coffee-preprocessor": "latest", |
| 39 | + "karma-phantomjs-launcher": "latest", |
| 40 | + "karma-coverage": "latest", |
| 41 | + "karma": "latest", |
| 42 | + "protractor": "latest", |
| 43 | + "grunt-protractor-runner": "latest", |
| 44 | + "grunt-shell-spawn": "latest", |
| 45 | + "grunt-conventional-changelog": "latest", |
| 46 | + "grunt-bump": "latest", |
| 47 | + "grunt-karma-coveralls": "latest" |
47 | 48 | }, |
48 | 49 | "scripts": { |
49 | 50 | "test": "grunt travis --verbose" |
|
0 commit comments