ngrx-store-localstorage
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "ngrx-store-localstorage", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "State and local storage syncing for @ngrx/store", | ||
"main": "index.js", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"prebuild": "rm -rf ./dist", | ||
"build": "tsc", | ||
"postbuild": "cp ./{readme.md,package.json} ./dist" | ||
"build_dist": "rm -rf dist && tsc", | ||
"prepublish": "npm run typings && npm run build_dist", | ||
"typings": "typings install" | ||
}, | ||
@@ -32,3 +32,15 @@ "repository": { | ||
"@ngrx/store": "^1.3.2" | ||
} | ||
}, | ||
"devDependencies": { | ||
"angular2": "2.0.0-beta.7", | ||
"es6-promise": "^3.0.2", | ||
"es6-shim": "^0.33.13", | ||
"reflect-metadata": "0.1.2", | ||
"rimraf": "^2.5.1", | ||
"tslint": "^3.4.0", | ||
"typescript": "^1.7.3", | ||
"typings": "^0.6.6", | ||
"zone.js": "0.5.15" | ||
}, | ||
"typings": "./dist/index.d.ts" | ||
} |
@@ -13,3 +13,3 @@ { | ||
"typings/main.d.ts", | ||
"lib/index.ts" | ||
"src/index.ts" | ||
], | ||
@@ -16,0 +16,0 @@ "exclude": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35785
15
119
9