Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 1886084

Browse files
committed
update version to 1.0.0
1 parent 7531c98 commit 1886084

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teamthread/elm-web-components",
3-
"version": "0.7.0-beta",
3+
"version": "1.0.0",
44
"description": "Run your Elm apps through web components.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -12,9 +12,7 @@
1212
"elm-lint-fix": "elm-format example/ --yes"
1313
},
1414
"keywords": [],
15-
"files": [
16-
"lib/index.js"
17-
],
15+
"files": ["lib/index.js"],
1816
"author": "Team Thread",
1917
"license": "MIT",
2018
"prettier": {

0 commit comments

Comments
 (0)