Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bchr02 authored Oct 22, 2016
1 parent c0996e1 commit 2ba50db
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "filejson",
"version": "1.0.9",
"description": "Use a JSON encoded file to automatically save a JavaScript value to disk whenever that value changes.",
"version": "1.0.10",
"description": "Seamlessly syncs a JavaScript value to a JSON file in the background whenever that value changes.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bill Christo",
"license": "MIT",
"devDependencies": {
"eslint": "^3.7.1"
"eslint": "^3.8.1"
},
"dependencies": {},
"bugs": {
Expand All @@ -33,6 +33,9 @@
"document-store",
"document",
"noSQL",
"ORM",
"RDBMS",
"ODBMS",
"Semi-structured",
"structured",
"structured-data",
Expand Down

0 comments on commit 2ba50db

Please sign in to comment.