cookiestore
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,3 @@ import * as cookies from 'js-cookie' | ||
type Key = 'graphcool_auth_token' | ||
export type Key = 'graphcool_auth_token' | ||
| 'graphcool_customer_id' | ||
@@ -8,0 +8,0 @@ | 'graphcool_last_used_project_id' |
{ | ||
"name": "cookiestore", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Cookiestore to persist data across our SPAs", | ||
"main": "cookiestore.ts", | ||
"main": "cookiestore.js", | ||
"scripts": { | ||
"prepublish": "npm run build", | ||
"build": "tsc cookiestore.ts", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -22,3 +24,6 @@ }, | ||
"js-cookie": "^2.1.3" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^2.1.0-dev.20160913" | ||
} | ||
} |
2724
6
72
1