Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "modelld", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "A JavaScript API for selecting and manipulating linked data subgraphs", | ||
@@ -20,3 +20,4 @@ "main": "lib/index.js", | ||
"lint": "standard src/**.js test/**.js", | ||
"preversion": "npm run lint && npm test", | ||
"preversion": "npm run lint && npm test && npm run coverage:check", | ||
"postversion": "git push && git push --tags", | ||
"prepublish": "npm run build" | ||
@@ -23,0 +24,0 @@ }, |
Sorry, the diff of this file is too big to display
165425
1064