Skip to content

Commit

Permalink
bumped version and added keywords to Package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bchr02 authored Sep 21, 2016
1 parent 90beab6 commit 0e7ad2b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filejson",
"version": "1.0.0",
"version": "1.0.1",
"description": "Use a JSON file to automatically save a JavaScript object to disk whenever it changes.",
"main": "app.js",
"scripts": {
Expand All @@ -15,5 +15,16 @@
"dependencies": {},
"engines": {
"node": ">=6"
}
},
"keywords": [
"file",
"disk",
"json",
"ES6",
"Proxy",
"Proxies",
"auto",
"autosave",
"automatically"
]
}

0 comments on commit 0e7ad2b

Please sign in to comment.