Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Aug 28, 2017
1 parent 5344493 commit cd36298
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "save-local",
"version": "0.0.0",
"version": "0.0.1",
"description": "Save stuff locally",
"main": "index.js",
"repository": "https://github.com/bukinoshita/save-local.git",
Expand All @@ -9,7 +9,13 @@
"scripts": {
"test": "xo --quiet"
},
"keywords": ["save", "save-local", "store", "storage", "save-me"],
"keywords": [
"save",
"save-local",
"store",
"storage",
"save-me"
],
"dependencies": {
"caesar-encrypt": "^0.0.2",
"node-persist": "^2.1.0"
Expand All @@ -19,6 +25,8 @@
"xo": "^0.18.2"
},
"xo": {
"extends": ["prettier"]
"extends": [
"prettier"
]
}
}

0 comments on commit cd36298

Please sign in to comment.