mock-async-storage
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"vsicons.presets.angular": false, | ||
"flow.path": "./node_modules/.bin/flow", | ||
"javascript.validate.enable": false | ||
"vsicons.presets.angular": false | ||
} |
{ | ||
"name": "mock-async-storage", | ||
"title": "Jest Mock AsyncStorage for react-native", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Its a mock of react-native AsyncStorage for jest tests", | ||
@@ -56,3 +56,4 @@ "main": "lib/index.js", | ||
"projectz": "projectz compile", | ||
"compile": "npm run lint && npm run build && npm run projectz" | ||
"compile": "npm run lint && npm run build && npm run projectz", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -86,3 +87,5 @@ "engines": { | ||
"contributors": [ | ||
"Metál Ádám <devmetal91@gmail.com> (https://github.com/devmetal)" | ||
"Metál Ádám <devmetal91@gmail.com> (https://github.com/devmetal)", | ||
"Alexis Mangin (http://www.alexismangin.com/)", | ||
"Kees Kluskens (http://webduck.nl)" | ||
], | ||
@@ -89,0 +92,0 @@ "bugs": { |
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
123575
14
410