react-within
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "react-within", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "React Component for fixed/sticky elements within other components", | ||
"main": "src/index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "babel src --out-dir dist", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -30,14 +31,5 @@ "repository": { | ||
"devDependencies": { | ||
"babel": "^5.8.23", | ||
"babelify": "^6.1.3" | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
[ | ||
"babelify", | ||
{ | ||
"stage": "0" | ||
} | ||
] | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
6
1
3071
2