This repository was archived by the owner on Aug 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 29
29
"zone.js" : " ^0.8.26"
30
30
},
31
31
"devDependencies" : {
32
+ "@angular/compiler-cli" : " ~6.1.0-beta.3" ,
32
33
"@ngtools/webpack" : " ~6.1.0-rc.0" ,
33
- "@angular/compiler-cli" : " ~6.1.0-beta.1" ,
34
34
"@types/chai" : " ^4.0.2" ,
35
35
"@types/mocha" : " ^2.2.41" ,
36
36
"@types/node" : " ^7.0.5" ,
46
46
"nativescript-dev-appium" : " next" ,
47
47
"nativescript-dev-sass" : " next" ,
48
48
"nativescript-dev-typescript" : " next" ,
49
- "nativescript-dev-webpack" : " file:../.. " ,
49
+ "nativescript-dev-webpack" : " file:nativescript-dev-webpack.tgz " ,
50
50
"typescript" : " ~2.7.2"
51
51
},
52
52
"scripts" : {
53
+ "preinstall" : " npm pack ../../ && cp nativescript-dev-webpack*.tgz nativescript-dev-webpack.tgz" ,
53
54
"e2e" : " tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json" ,
54
55
"compile-tests" : " tsc -p e2e --watch"
55
56
}
Original file line number Diff line number Diff line change 29
29
"mocha-multi" : " ^0.11.0" ,
30
30
"nativescript-dev-appium" : " next" ,
31
31
"nativescript-dev-sass" : " next" ,
32
- "nativescript-dev-webpack" : " file:../.. " ,
32
+ "nativescript-dev-webpack" : " file:nativescript-dev-webpack.tgz " ,
33
33
"node-sass" : " ^4.7.1"
34
34
},
35
35
"scripts" : {
36
+ "preinstall" : " npm pack ../../ && cp nativescript-dev-webpack*.tgz nativescript-dev-webpack.tgz" ,
36
37
"e2e" : " mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json"
37
38
}
38
39
}
Original file line number Diff line number Diff line change 30
30
"nativescript-dev-appium" : " next" ,
31
31
"nativescript-dev-sass" : " next" ,
32
32
"nativescript-dev-typescript" : " next" ,
33
- "nativescript-dev-webpack" : " file:../.. " ,
33
+ "nativescript-dev-webpack" : " file:nativescript-dev-webpack.tgz " ,
34
34
"typescript" : " ~2.7.2"
35
35
},
36
36
"scripts" : {
37
+ "preinstall" : " npm pack ../../ && cp nativescript-dev-webpack*.tgz nativescript-dev-webpack.tgz" ,
37
38
"e2e" : " tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json" ,
38
39
"compile-tests" : " tsc -p e2e --watch"
39
40
}
You can’t perform that action at this time.
0 commit comments