@annotation-studio/redux
Advanced tools
Comparing version 1.0.0-next.5a1be109 to 1.0.0-next.6d154947
{ | ||
"name": "@annotation-studio/redux", | ||
"version": "1.0.0-next.5a1be109", | ||
"version": "1.0.0-next.6d154947", | ||
"description": "Describe annotation-redux here", | ||
"main": "es/index.js", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
@@ -13,4 +13,5 @@ "files": [ | ||
"scripts": { | ||
"watch": "./bin/watch", | ||
"watch": "nwb-watch-module", | ||
"build": "nwb build-web-module --copy-files", | ||
"build-quick": "nwb build-web-module --copy-files", | ||
"clean": "nwb clean-module", | ||
@@ -20,3 +21,3 @@ "test": "NODE_ENV=test jest", | ||
"test:watch": "npm run test -- --watch", | ||
"prepublish": "npm run build" | ||
"prepublish": "NODE_ENV=production npm run build" | ||
}, | ||
@@ -26,4 +27,2 @@ "dependencies": { | ||
"immutability-helper": "^2.1.2", | ||
"react-intl": "^2.4.0", | ||
"react-intl-redux": "^0.7.0", | ||
"react-redux": "^5.0.3", | ||
@@ -38,7 +37,7 @@ "redux": "^3.6.0", | ||
"peerDependencies": { | ||
"react-intl": "^2.2.2", | ||
"react-intl": "^2.4.0", | ||
"react-intl-redux": "^0.7.0" | ||
}, | ||
"devDependencies": { | ||
"@fesk/test-environment": "^1.0.0-next.5a1be109", | ||
"@fesk/test-environment": "^1.0.0-next.6d154947", | ||
"babel-jest": "^20.0.3", | ||
@@ -48,6 +47,10 @@ "babel-plugin-transform-async-to-generator": "^6.24.1", | ||
"babel-plugin-transform-regenerator": "^6.24.1", | ||
"create-nwb-webpack-config": "^1.0.0", | ||
"cross-spawn": "^6.0.5", | ||
"jest": "^20.0.0", | ||
"nwb": "^0.21.5", | ||
"nwb-watch": "^1.0.0-next.6d154947", | ||
"react-intl": "^2.2.2", | ||
"react-intl-redux": "^0.7.0" | ||
"react-intl-redux": "^0.7.0", | ||
"webpack-cli": "^2.0.11" | ||
}, | ||
@@ -54,0 +57,0 @@ "publishConfig": { |
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
330727
11
13
- Removedreact-intl@^2.4.0
- Removedreact-intl-redux@^0.7.0