localvalue-ts
Advanced tools
Comparing version 2.1.1 to 2.2.0
{ | ||
"name": "localvalue-ts", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"description": "A small library to wrap browser's localstorage in a functional fashion.", | ||
@@ -33,2 +33,3 @@ "main": "index.js", | ||
"@types/jest": "^26.0.20", | ||
"cz-conventional-changelog": "3.3.0", | ||
"dts-jest": "^23.3.0", | ||
@@ -64,3 +65,4 @@ "husky": "^5.1.1", | ||
"test:runtime": "jest --config=jest.config.js --passWithNoTests", | ||
"test:type": "jest --config=jest.typetests-config.js --passWithNoTests" | ||
"test:type": "jest --config=jest.typetests-config.js --passWithNoTests", | ||
"commit": "cz" | ||
}, | ||
@@ -74,3 +76,8 @@ "lint-staged": { | ||
] | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} |
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
27256
19