reducer-mini
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "reducer-mini", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Lightweight State Management library written on top of react Hooks for small and medium applications.", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__" | ||
}, | ||
@@ -27,17 +28,21 @@ "author": "Chandrasekar", | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.12.10", | ||
"@babel/plugin-transform-react-jsx": "^7.12.11", | ||
"@babel/preset-env": "^7.12.11", | ||
"@babel/preset-react": "^7.12.10", | ||
"react": "17.0.1" | ||
"babel-cli": "^6.26.0", | ||
"react": "17.0.1", | ||
"react-dom": "^17.0.1", | ||
"react-scripts": "^4.0.1" | ||
}, | ||
"homepage": "https://github.com/chancmg/reducer-mini", | ||
"babel": { | ||
"presets": [ | ||
"@babel/preset-env", | ||
"@babel/preset-react" | ||
], | ||
"plugins": [ | ||
"@babel/plugin-transform-react-jsx" | ||
] | ||
} | ||
"peerDependencies": { | ||
"react": "^16.3.2", | ||
"react-dom": "^16.3.2" | ||
}, | ||
"module": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
] | ||
} |
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
6142
87
2
9
3