Commit 9a7c042 1 parent e01a20d commit 9a7c042 Copy full SHA for 9a7c042
File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
const path = require ( 'path' ) ;
3
3
const gulp = require ( 'gulp' ) ;
4
- const merge = require ( 'merge2' ) ;
5
4
const Builder = require ( 'systemjs-builder' ) ;
6
5
7
6
const ANGULAR2_POLYFILL_BUNDLE_CONFIG = [
@@ -16,7 +15,7 @@ const NG2_POLYFILL_BUNDLE_CONTENT = ANGULAR2_POLYFILL_BUNDLE_CONFIG.join(' + ');
16
15
const bundleConfig = {
17
16
paths : {
18
17
'dot-prop' : path . join ( __dirname , '/node_modules/dot-prop/index.js' ) ,
19
- 'camelcase' : path . join ( __dirname , '/node_modules/camelcase/index.js' ) ,
18
+ 'camelcase' : path . join ( __dirname , '/node_modules/camelcase/index.js' ) ,
20
19
'is-obj' : path . join ( __dirname , '/node_modules/is-obj/index.js' ) ,
21
20
'*' : '*.js'
22
21
}
Original file line number Diff line number Diff line change 12
12
},
13
13
"scripts" : {
14
14
"postinstall" : " npm run typings install" ,
15
- "prepublish" : " npm run compile && gulp bundle && npm run tsd-gen" ,
15
+ "prepublish" : " npm run compile && npm run tsd-gen && gulp bundle " ,
16
16
"compile" : " tsc -p ./angular2-polyfill" ,
17
17
"watch" : " tsc -watch -p ./angular2-polyfill" ,
18
18
"typings" : " cd angular2-polyfill && typings" ,
19
- "link" : " ../node_modules/.bin/ jspm link npm:angular2-polyfill@dev -y" ,
19
+ "link" : " jspm link npm:angular2-polyfill@dev -y" ,
20
20
"tsd-gen" : " tsc -p angular2-polyfill --outFile angular2-polyfill/bundles/angular2-polyfill.js --module system -d --moduleResolution classic --rootDir \" ./\" "
21
21
},
22
22
"dependencies" : {
25
25
},
26
26
"devDependencies" : {
27
27
"gulp" : " ^3.9.1" ,
28
- "merge2" : " ^1.0.1" ,
29
28
"systemjs-builder" : " ^0.15.12" ,
30
29
"typescript" : " ^1.8.7" ,
31
30
"typings" : " ^0.7.9"
You can’t perform that action at this time.
0 commit comments