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 26c40a1 commit d8795e1Copy full SHA for d8795e1
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "chmod-checkbox",
3
"version": "0.0.1",
4
- "description": "Stencil Component Starter",
+ "description": "Simple and ready to use chmod based checkbox web component with StencilJS",
5
"main": "dist/index.js",
6
"module": "dist/index.mjs",
7
"es2015": "dist/esm/index.mjs",
@@ -25,8 +25,5 @@
25
"@stencil/core": "^1.3.3",
26
"@stencil/sass": "^1.0.1"
27
},
28
- "license": "MIT",
29
- "dependencies": {
30
- "bootstrap": "^4.3.1"
31
- }
+ "license": "MIT"
32
}
0 commit comments