diff --git a/core/package.json b/core/package.json index 9b79a91..439a8fd 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "cea-core", - "version": "0.1.0", + "version": "0.1.1", "description": "basic cea api", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", diff --git a/package.json b/package.json index e676c7a..884d827 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "bootstrap": "lerna bootstrap --hoist", "pretest": "prettier . -w --ignore-path .gitignore", "test": "jest", - "dry": "npm pack && tar -xvzf *.tgz | tree && rm -rf package *.tgz" + "dry": "npm pack && tar -xvzf *.tgz | tree package && rm -rf package *.tgz" }, "keywords": [ "campusphere", diff --git a/plugins/check-in/package.json b/plugins/check-in/package.json index d9e3ac4..7e4c51f 100644 --- a/plugins/check-in/package.json +++ b/plugins/check-in/package.json @@ -1,6 +1,6 @@ { "name": "cea-check-in", - "version": "0.0.0", + "version": "0.0.1", "description": "check in plugin for cea", "main": "lib/src/index.js", "types": "lib/src/index.d.ts",