@gipisistemas/ng-core 1.0.67 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. 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.67",
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",