Skip to content

Commit 7cd83ba

Browse files
committed
v1.0.0
1 parent 058cb60 commit 7cd83ba

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "gitpasswords",
3-
"version": "1.0.0",
4-
"description": "Browser based Github password store",
5-
"author": "Cameron <[email protected]>",
3+
"version": "v1.0.0",
4+
"description": "A Vue.js app to store your passwords in an encrypted Github Gist",
5+
"author": "Cameron Jensen <[email protected]>",
66
"private": false,
77
"license": "MIT",
88
"scripts": {
@@ -17,7 +17,6 @@
1717
"dependencies": {
1818
"crypto-js": "^3.1.9-1",
1919
"firebase": "^4.6.1",
20-
"github-api": "^3.0.0",
2120
"hashids": "^1.1.4",
2221
"vue": "^2.5.2",
2322
"vuex": "^3.0.1"
@@ -86,6 +85,6 @@
8685
"browserslist": [
8786
"> 1%",
8887
"last 2 versions",
89-
"not ie <= 8"
88+
"not ie <= 10"
9089
]
9190
}

0 commit comments

Comments
 (0)