Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Version bump v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Aug 1, 2014
1 parent 0146cb7 commit bc050b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nosqlite",
"version": "0.2.1",
"version": "0.2.2",
"author": "Pavan Kumar Sunkara <pavan.sss1991@gmail.com>",
"description": "human readable nosql type filesystem json store",
"main": "./lib/nosqlite",
Expand All @@ -18,7 +18,7 @@
],
"homepage": "http://pksunkara.github.com/nosqlite",
"scripts": {
"test": "./node_modules/.bin/vows --spec $(find test -name '*-test.coffee')"
"test": "./node_modules/.bin/coffee -c -o src src && ./node_modules/.bin/coffee -c -o test test && ./node_modules/.bin/vows --spec $(find test -name '*-test.js') && rm src/*.js test/*-test.js"
},
"contributors": [
{
Expand All @@ -28,10 +28,10 @@
],
"dependencies": {
"utile": "0.2.x",
"cuid": "~1.1.7"
"cuid": "1.2.x"
},
"devDependencies": {
"coffee-script": "1.6.x",
"coffee-script": "1.7.x",
"vows": "0.7.x"
},
"engines": {
Expand Down

0 comments on commit bc050b7

Please sign in to comment.