@gipisistemas/ng-core 1.0.67 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gipisistemas/ng-core",
|
3
|
-
"version": "1.0
|
3
|
+
"version": "1.1.0",
|
4
4
|
"scripts": {
|
5
5
|
"ng": "ng",
|
6
6
|
"start": "ng serve",
|
@@ -14,7 +14,7 @@
|
|
14
14
|
"copy_assets:darwin:linux": "rsync -aqz \"./projects/itss-ng/src/assets\" \"./dist/itss-ng/\"",
|
15
15
|
"copy_assets:win32": "md \"./dist/itss-ng/assets\" && xcopy \"./projects/itss-ng/src/assets\" \"./dist/itss-ng/assets\" /s/h/e/k/f/c",
|
16
16
|
"package": "rm -rf dist && npm run build_lib && npm run copy_assets && npm run npm_pack",
|
17
|
-
"publish": "rm -rf dist && npm run build_lib && npm run copy_assets && cd dist/itss-ng && npm publish ",
|
17
|
+
"publish": "rm -rf dist && npm run build_lib && npm run copy_assets && cd dist/itss-ng && npm publish --access public",
|
18
18
|
"refreshVSToken": "vsts-npm-auth -config .npmrc",
|
19
19
|
"updateVersionMajor": "npm version major",
|
20
20
|
"updateVersionMinor": "npm version minor",
|