Skip to content
This repository was archived by the owner on Apr 9, 2018. It is now read-only.

Commit 897a1a6

Browse files
committed
one for the windoz users
1 parent 99a529d commit 897a1a6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "An Angular (2+) service to help you load ArcGIS API for JavaScript Modules",
55
"scripts": {
66
"build": "npm run clean && npm run ngc && npm run rollup && npm run copy",
7-
"clean": "rm -rf build dist",
8-
"copy": "rsync -a --exclude=*.js build/ dist && cp src/package.json dist/package.json && cp README.md dist/README.md",
7+
"clean": "rimraf build dist",
8+
"copy": "copyfiles -e '*.js' 'build/**/*' dist && copyfiles -f src/package.json README.md dist",
99
"ngc": "ngc -p tsconfig.json",
1010
"rollup": "rollup build/angular2-esri-loader.js -o dist/angular2-esri-loader.js",
1111
"prepublish": "npm run build",
@@ -30,7 +30,9 @@
3030
"@angular/compiler": "^4.0.2",
3131
"@angular/compiler-cli": "^4.0.2",
3232
"@angular/core": "^4.0.2",
33+
"copyfiles": "^1.2.0",
3334
"esri-loader": "^0.3.1",
35+
"rimraf": "^2.6.1",
3436
"rollup": "^0.41.6",
3537
"rxjs": "^5.3.0",
3638
"typescript": "^2.0.10",

0 commit comments

Comments
 (0)