|
31 | 31 | "module", |
32 | 32 | "js" |
33 | 33 | ], |
34 | | - "main": "./angular-notifier.umd.js", |
35 | | - "module": "./angular-notifier.es5.js", |
36 | | - "es2015": "./angular-notifier.js", |
37 | | - "typings": "./angular-notifier.d.ts", |
| 34 | + "main": "angular-notifier.umd.js", |
| 35 | + "module": "angular-notifier.es5.js", |
| 36 | + "es2015": "angular-notifier.js", |
| 37 | + "typings": "angular-notifier.d.ts", |
38 | 38 | "scripts": { |
39 | 39 | "codecov": "codecov", |
40 | 40 | "gulp": "gulp", |
41 | 41 | "webpack-dev-server": "webpack-dev-server", |
42 | | - "start": "webpack --config ./tools/webpack/webpack.dll.config.js --hide-modules && webpack-dev-server --config ./tools/webpack/webpack.dev.config.js", |
43 | | - "test": "jest --config jest.config.json", |
| 42 | + "start": "webpack --config tools/webpack/webpack.dll.config.js --hide-modules && webpack-dev-server --config tools/webpack/webpack.dev.config.js", |
| 43 | + "test": "jest --config tools/jest/jest.config.json", |
44 | 44 | "lint": "gulp lint", |
45 | 45 | "build": "gulp run", |
46 | 46 | "ci:automatic-release": "automatic-release", |
47 | 47 | "ci:post-automatic-release": "gulp env:release", |
48 | | - "ci:coverage": "codecov -f ./coverage/coverage-final.json", |
49 | | - "ci:test": "jest --config jest.config.json --runInBand --no-cache" |
| 48 | + "ci:coverage": "codecov -f coverage/coverage-final.json", |
| 49 | + "ci:test": "jest --config tools/jest/jest.config.json --runInBand --no-cache" |
50 | 50 | }, |
51 | 51 | "peerDependencies": { |
52 | 52 | "@angular/common": ">= 4.0.0 < 5.0.0", |
|
0 commit comments