internetips
Advanced tools
Comparing version 0.4.3 to 0.4.5
{ | ||
"name": "internetips", | ||
"version": "0.4.3", | ||
"version": "0.4.5", | ||
"description": "A tooltip library without the whole kitchen sink", | ||
@@ -23,3 +23,3 @@ "main": "dist/node/index.js", | ||
"test-watch": "NODE_ENV=test_watch karma start ./test/karma.conf.js --log-level debug", | ||
"preversion": "npm run test && npm run build", | ||
"preversion": "npm run test && npm run build && git add .", | ||
"postversion": "git push && git push --tags", | ||
@@ -26,0 +26,0 @@ "release-patch": "npm version patch && npm publish", |
141399