Skip to content

Commit 8f10b47

Browse files
committed
version bump
1 parent cfecdb1 commit 8f10b47

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

packages/create-cep-extension/package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"name": "create-cep-extension",
3-
"version": "1.0.0-beta.20",
4-
"keywords": [
5-
"react"
6-
],
3+
"version": "1.0.0-beta.21",
4+
"keywords": ["react"],
75
"author": "Michael Delaney",
86
"description": "Create CEP Extensions with no build configuration.",
97
"repository": "fusepilot/create-cep-extension",
@@ -14,10 +12,7 @@
1412
"bugs": {
1513
"url": "https://github.com/fusepilot/create-cep-extension/issues"
1614
},
17-
"files": [
18-
"index.js",
19-
"createCEPExtension.js"
20-
],
15+
"files": ["index.js", "createCEPExtension.js"],
2116
"bin": {
2217
"create-cep-extension": "./index.js"
2318
},

0 commit comments

Comments
 (0)