Skip to content

Commit

Permalink
add files; v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jun 10, 2021
1 parent 6638ba1 commit 630d7d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "excalidraw-animate",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "./",
"source": "./src/library.ts",
"module": "./dist/library.js",
Expand All @@ -24,6 +24,10 @@
"react-scripts": "^4.0.3",
"typescript": "^4.3.2"
},
"files": [
"src",
"dist"
],
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down

0 comments on commit 630d7d0

Please sign in to comment.