We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfecdb1 commit 8f10b47Copy full SHA for 8f10b47
packages/create-cep-extension/package.json
@@ -1,9 +1,7 @@
1
{
2
"name": "create-cep-extension",
3
- "version": "1.0.0-beta.20",
4
- "keywords": [
5
- "react"
6
- ],
+ "version": "1.0.0-beta.21",
+ "keywords": ["react"],
7
"author": "Michael Delaney",
8
"description": "Create CEP Extensions with no build configuration.",
9
"repository": "fusepilot/create-cep-extension",
@@ -14,10 +12,7 @@
14
12
"bugs": {
15
13
"url": "https://github.com/fusepilot/create-cep-extension/issues"
16
},
17
- "files": [
18
- "index.js",
19
- "createCEPExtension.js"
20
+ "files": ["index.js", "createCEPExtension.js"],
21
"bin": {
22
"create-cep-extension": "./index.js"
23
0 commit comments