|
20 | 20 | "url": "git://github.com/vaniocz/typescript-dev-stack.git"
|
21 | 21 | },
|
22 | 22 | "scripts": {
|
23 |
| - "postinstall": "node_modules/.bin/typings install", |
24 |
| - "start": "node_modules/.bin/webpack-dev-server --hot --content-base ./build", |
| 23 | + "postinstall": "typings install", |
| 24 | + "start": "webpack-dev-server --hot --content-base ./build", |
25 | 25 | "test": "npm run mocha && npm run karma",
|
26 |
| - "build": "node_modules/.bin/webpack", |
27 |
| - "build:dev": "node_modules/.bin/webpack -d", |
28 |
| - "lint": "node_modules/.bin/tslint \"!(node_modules|typings)/**/*.ts?(x)\"", |
29 |
| - "mocha": "node_modules/.bin/mocha-webpack --webpack-config webpack.config.js \"tests/runner.js\" --colors", |
30 |
| - "mocha:coverage": "node_modules/.bin/mocha-webpack --webpack-config webpack.config.js \"tests/runner.js\" -R mocha-multi --reporter-options spec=-,remap-istanbul/lib/mochaRemapIstanbul=- --colors", |
31 |
| - "karma": "node_modules/.bin/karma start", |
32 |
| - "karma:browser": "node_modules/.bin/karma start", |
33 |
| - "karma:server": "node_modules/.bin/karma start", |
34 |
| - "karma:browser:all": "node_modules/.bin/karma start --detectBrowsers", |
35 |
| - "karma:coverage": "node_modules/.bin/karma start", |
36 |
| - "karma:browser:coverage": "node_modules/.bin/karma start", |
37 |
| - "karma:server:coverage": "node_modules/.bin/karma start" |
| 26 | + "build": "webpack", |
| 27 | + "build:dev": "webpack -d", |
| 28 | + "lint": "tslint \"!(node_modules|typings)/**/*.ts?(x)\"", |
| 29 | + "mocha": "mocha-webpack --webpack-config webpack.config.js \"tests/runner.js\" --colors", |
| 30 | + "mocha:coverage": "mocha-webpack --webpack-config webpack.config.js \"tests/runner.js\" -R mocha-multi --reporter-options spec=-,remap-istanbul/lib/mochaRemapIstanbul=- --colors", |
| 31 | + "karma": "karma start", |
| 32 | + "karma:browser": "karma start", |
| 33 | + "karma:server": "karma start", |
| 34 | + "karma:browser:all": "karma start --detectBrowsers", |
| 35 | + "karma:coverage": "karma start", |
| 36 | + "karma:browser:coverage": "karma start", |
| 37 | + "karma:server:coverage": "karma start" |
38 | 38 | },
|
39 | 39 | "engines": {
|
40 | 40 | "node": ">=4"
|
|
0 commit comments