Skip to content

Commit

Permalink
fix: add package.json to root (#7)
Browse files Browse the repository at this point in the history
To enable npm install from git-repo
  • Loading branch information
rikard-io authored Jul 1, 2021
1 parent 0c85353 commit b3839a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "tf4micro-motion-kit",
"version": "1.0.0",
"private": true,
"main": "web/index.js"
}

0 comments on commit b3839a3

Please sign in to comment.