Skip to content

Commit

Permalink
chore: release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Dec 6, 2019
1 parent 2f5f4d9 commit 8dfb405
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Wokwi Elements
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "wokwi-elements",
"version": "1.0.0",
"name": "@wokwi/elements",
"version": "0.1.0",
"main": "dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"author": "Uri Shaked <[email protected]>",
"license": "MIT",
"files": [
"dist"
],
"devDependencies": {
"@babel/core": "^7.7.5",
"@storybook/addon-actions": "^5.2.8",
Expand Down Expand Up @@ -33,6 +36,7 @@
"scripts": {
"build": "rimraf dist && tsc && tsc -m esnext --outDir dist/esm",
"lint": "eslint src/**/*.ts",
"prepare": "npm run build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
Expand Down

0 comments on commit 8dfb405

Please sign in to comment.