react-localstorage-ts
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "react-localstorage-ts", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A small library to wrap browser's localstorage in a functional fashion.", | ||
@@ -52,3 +52,3 @@ "main": "index.js", | ||
"prepublishOnly": "pinst --disable", | ||
"postpublish": "pinst --enable && cp -r package.json ..", | ||
"postpublish": "&& cp package.json .. && pinst --enable", | ||
"build": "rm -rf ./dist && tsc && cp package.json README.md ./dist", | ||
@@ -58,3 +58,3 @@ "type-test": "jest --config=jest.typetests-config.js --passWithNoTests", | ||
"test": "yarn type-test && yarn runtime-test", | ||
"release:dry": "semantic-release -d --no-ci" | ||
"release:dry": "semantic-release -d --no-ci --debug" | ||
}, | ||
@@ -61,0 +61,0 @@ "lint-staged": { |
#react-localstorage-ts | ||
A small library to wrap browser's localstorage in a functional fashion. | ||
A small library to wrap browser's localstorage in a functional fashion. | ||
[here](https://github.com/semantic-release/semantic-release/blob/1405b94296059c0c6878fb8b626e2c5da9317632/docs/recipes/pre-releases.md) is the release flow explained: |
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
19550
5