|
28 | 28 | "build": "npm run preprocess && npm run bundle && npm run header && npm run stats",
|
29 | 29 | "cibuild": "npm run preprocess && node tasks/cibundle.js",
|
30 | 30 | "watch": "node tasks/watch.js",
|
31 |
| - "lint": "eslint --version && eslint . || true", |
32 |
| - "lint-fix": "eslint . --fix", |
| 31 | + "lint": "eslint --version && eslint .", |
| 32 | + "lint-fix": "eslint . --fix || true", |
33 | 33 | "docker": "node tasks/docker.js",
|
34 | 34 | "pretest": "node tasks/pretest.js",
|
35 | 35 | "test-jasmine": "karma start test/jasmine/karma.conf.js",
|
36 |
| - "citest-jasmine": "karma start test/jasmine/karma.ciconf.js", |
| 36 | + "citest-jasmine": "CIRCLECI=1 karma start test/jasmine/karma.conf.js", |
37 | 37 | "test-image": "node tasks/test_image.js",
|
38 | 38 | "test-image-gl2d": "node tasks/test_image.js gl2d_* --queue",
|
39 | 39 | "test-export": "node tasks/test_export.js",
|
|
119 | 119 | "karma-coverage": "^1.0.0",
|
120 | 120 | "karma-firefox-launcher": "^1.0.0",
|
121 | 121 | "karma-jasmine": "^1.1.0",
|
| 122 | + "karma-jasmine-spec-tags": "^1.0.1", |
| 123 | + "karma-spec-reporter": "0.0.30", |
| 124 | + "karma-verbose-reporter": "0.0.6", |
122 | 125 | "madge": "^1.6.0",
|
123 | 126 | "node-sass": "^4.5.0",
|
124 | 127 | "npm-link-check": "^1.2.0",
|
|
128 | 131 | "read-last-lines": "^1.1.0",
|
129 | 132 | "requirejs": "^2.3.1",
|
130 | 133 | "through2": "^2.0.3",
|
131 |
| - "uglify-js": "^2.7.5", |
| 134 | + "uglify-js": "~2.7.5", |
132 | 135 | "watchify": "^3.9.0",
|
133 | 136 | "xml2js": "^0.4.16"
|
134 | 137 | }
|
|
0 commit comments