|
27 | 27 | }, |
28 | 28 | "scripts": { |
29 | 29 | "test": "grunt test", |
30 | | - "build": "grunt dist", |
31 | | - "preversion": "npm test", |
32 | | - "version": "npm run build && git add .", |
33 | | - "postversion": "git push && git push --tags" |
| 30 | + "build": "grunt dist" |
34 | 31 | }, |
35 | 32 | "devDependencies": { |
36 | | - "babel-core": "^6.9.1", |
| 33 | + "babel-core": "^6.17.0", |
37 | 34 | "babel-plugin-add-module-exports": "^0.2.1", |
38 | | - "babel-preset-es2015": "^6.9.0", |
| 35 | + "babel-preset-es2015": "^6.16.0", |
39 | 36 | "babelify": "^7.3.0", |
40 | | - "bluebird": "^3.4.0", |
| 37 | + "bluebird": "^3.4.6", |
41 | 38 | "chai": "^3.5.0", |
42 | | - "codemirror": "^5.15.2", |
| 39 | + "codemirror": "^5.19.0", |
43 | 40 | "grunt": "^1.0.1", |
44 | 41 | "grunt-banner": "^0.6.0", |
45 | 42 | "grunt-browserify": "^5.0.0", |
46 | 43 | "grunt-contrib-clean": "^1.0.0", |
47 | | - "grunt-contrib-concat": "^1.0.1", |
48 | 44 | "grunt-contrib-connect": "^1.0.2", |
49 | 45 | "grunt-contrib-copy": "^1.0.0", |
50 | | - "grunt-contrib-cssmin": "^1.0.1", |
51 | | - "grunt-contrib-uglify": "^1.0.1", |
| 46 | + "grunt-contrib-cssmin": "^1.0.2", |
| 47 | + "grunt-contrib-uglify": "^2.0.0", |
52 | 48 | "pegjs": "git+https://github.com/nwronski/pegjs.git#master", |
53 | 49 | "grunt-contrib-watch": "^1.0.0", |
54 | 50 | "grunt-replace": "^1.0.1", |
55 | | - "grunt-shell": "^1.3.0", |
56 | | - "load-grunt-tasks": "^3.5.0", |
57 | | - "lodash": "^4.13.1", |
58 | | - "mocha": "^2.5.3", |
| 51 | + "grunt-shell": "^2.0.0", |
| 52 | + "load-grunt-tasks": "^3.5.2", |
| 53 | + "lodash": "^4.16.2", |
| 54 | + "mocha": "^3.1.0", |
59 | 55 | "prettyjson": "^1.1.3" |
60 | 56 | }, |
61 | 57 | "dependencies": {} |
|
0 commit comments