Comparing version 1.0.0-alpha-06 to 1.0.0-alpha-07
{ | ||
"name": "pirate", | ||
"version": "1.0.0-alpha-06", | ||
"version": "1.0.0-alpha-07", | ||
"description": "A simple key-value storage interface with adapters for different databases", | ||
@@ -18,7 +18,9 @@ "main": "lib/index.js", | ||
"engines" : { | ||
"node" : ">=0.11 < 0.12" | ||
"node" : ">=0.11" | ||
}, | ||
"scripts": { | ||
"prepublish": "coffee --nodejs --harmony -o lib/ -c src/*.*coffee", | ||
"test": "coffee --nodejs --harmony test/index.coffee", | ||
"prepublish": "coffee --nodejs --harmony -o lib/ -c src/*.coffee" | ||
"watch": "coffee --nodejs --harmony -o lib/ -cw src/*.*coffee", | ||
"tag": "(node_modules/.bin/json -f package.json version | tee VERSION | xargs -I version git tag -am version version) && git push --tags" | ||
}, | ||
@@ -39,4 +41,4 @@ "repository": { | ||
"author": "Dan Yoder", | ||
"license": "MIT", | ||
"license": "ISC", | ||
"readmeFilename": "README.md" | ||
} |
35163
12