Skip to content

Commit

Permalink
feat: publish 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelgsouza committed Jul 8, 2020
1 parent b5f7178 commit 8b2a998
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"types": "./lib/sb-editable.d.ts",
"scripts": {
"build": "babel -d lib/ src/ && date",
"build:watch": "watch 'npm run build' ./src"
"build:watch": "watch 'npm run build' ./src",
"test": "echo \"No test specified\" && exit 0",
"prepare": "npm run-script build"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit 8b2a998

Please sign in to comment.