Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AtiX committed Dec 31, 2015
1 parent a9a4388 commit bd31332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fsgdb",
"description": "A file system graph database",
"version": "0.1.1",
"version": "0.2.0",
"maintainers": [
{
"name": "Arthur Silber",
Expand All @@ -22,7 +22,7 @@
"scripts": {
"test": "./node_modules/.bin/mocha --bail --compilers coffee:coffee-script/register --recursive",
"document": "./node_modules/.bin/crojsdoc",
"start":"node ./sampleApp/main.js"
"start": "node ./sampleApp/main.js"
},
"dependencies": {
"chai": "3.4.0",
Expand Down

0 comments on commit bd31332

Please sign in to comment.