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 77eabec commit 4869bb8Copy full SHA for 4869bb8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "stop-watch-box",
3
- "version": "0.0.4",
+ "version": "0.0.5",
4
"description": "A simple Stop-Watch-Box Web Component created with Stencil",
5
"module": "dist/esm/index.js",
6
"main": "dist/index.js",
@@ -18,7 +18,7 @@
18
},
19
"dependencies": {},
20
"devDependencies": {
21
- "@stencil/core": "0.16.1"
+ "@stencil/core": "0.18.1"
22
23
"license": "MIT",
24
"author": "Modus Create <[email protected]>",
@@ -33,4 +33,4 @@
33
"type": "git",
34
"url": "git+https://github.com/ModusCreateOrg/stop-watch-box"
35
}
36
-}
+}
0 commit comments