Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Skwai committed Dec 23, 2017
1 parent 058cb60 commit 7cd83ba
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "gitpasswords",
"version": "1.0.0",
"description": "Browser based Github password store",
"author": "Cameron <[email protected]>",
"version": "v1.0.0",
"description": "A Vue.js app to store your passwords in an encrypted Github Gist",
"author": "Cameron Jensen <[email protected]>",
"private": false,
"license": "MIT",
"scripts": {
Expand All @@ -17,7 +17,6 @@
"dependencies": {
"crypto-js": "^3.1.9-1",
"firebase": "^4.6.1",
"github-api": "^3.0.0",
"hashids": "^1.1.4",
"vue": "^2.5.2",
"vuex": "^3.0.1"
Expand Down Expand Up @@ -86,6 +85,6 @@
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
"not ie <= 10"
]
}

0 comments on commit 7cd83ba

Please sign in to comment.