Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - cea-core@0.1.1
 - cea-check-in@0.0.1
beetcb committed May 24, 2021

Verified

This commit was signed with the committer’s verified signature. The key has expired.
beetcb beet
1 parent aaeb3fb commit 20a5791
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion plugins/check-in/package.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 20a5791

Please sign in to comment.