Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Oct 17, 2020
1 parent 09cbed0 commit 9918c4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "closed-chain-ik",
"version": "0.0.1",
"version": "0.0.1",
"type": "module",
"files": [
"files": [
"src/*"
],
],
"scripts": {
"start": "parcel serve ./example/*.html --out-dir local",
"build": "parcel build --out-dir dist --no-content-hash ./example/*.html",
Expand Down Expand Up @@ -34,5 +34,5 @@
"jest-cli": "^26.4.2",
"parcel-bundler": "^1.12.4"
},
"license": "Apache-2.0"
"license": "Apache-2.0"
}

0 comments on commit 9918c4d

Please sign in to comment.