@code-dot-org/artist
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@code-dot-org/artist", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Turtle graphics engine for the Artist app type.", | ||
@@ -11,3 +11,6 @@ "main": "dist/main.js", | ||
"copy:static": "cp demo/playground.html demo/dist/index.html", | ||
"test": "jest" | ||
"test": "jest", | ||
"preversion": "npm test", | ||
"version": "npm run build", | ||
"postversion": "git push && git push --tags && npm publish" | ||
}, | ||
@@ -14,0 +17,0 @@ "repository": { |
172732