File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ node_js:
12
12
- ' 8'
13
13
before_install :
14
14
- npm i -g npm@^5.6.0
15
- - npm install -g @angular/cli
15
+ - npm install -g @angular/cli
16
16
- printf "//registry.npmjs.org/:_authToken=${NPM_TOKEN}\n" >> .npmrc
17
17
before_script :
18
18
- npm prune
Original file line number Diff line number Diff line change 9
9
"lint" : " ng lint" ,
10
10
"e2e" : " ng e2e" ,
11
11
"commit" : " git-cz" ,
12
- "semantic-release" : " cp dist/package.json . && semantic-release pre && cp package.json dist && cat dist/package.json && npm publish dist && semantic-release post"
12
+ "semantic-release" : " semantic-release pre && cp package.json dist && cat dist/package.json && npm publish dist && semantic-release post"
13
13
},
14
14
"dependencies" : {
15
15
"@angular/animations" : " ^6.0.0" ,
65
65
"repository" : {
66
66
"type" : " git" ,
67
67
"url" : " https://github.com/InfomediaLtd/angular2-redux.git"
68
- }
68
+ },
69
+ "main" : " bundles/angular2-redux.umd.js" ,
70
+ "module" : " esm5/angular2-redux.js" ,
71
+ "es2015" : " esm2015/angular2-redux.js" ,
72
+ "typings" : " angular2-redux.d.ts" ,
73
+ "metadata" : " angular2-redux.metadata.json"
69
74
}
You can’t perform that action at this time.
0 commit comments