react-scrubber
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "react-scrubber", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "React scrubber component with touch controls, styling, and lots event handlers", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "babel src --presets @babel/preset-react --plugins @babel/plugin-proposal-class-properties --out-dir dist", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -27,7 +28,11 @@ }, | ||
"files": [ | ||
"scrubber.css", | ||
"index.js" | ||
"src", | ||
"dist" | ||
], | ||
"homepage": "https://github.com/nick-michael/react-scrubber#readme", | ||
"devDependencies": { | ||
"@babel/cli": "^7.4.4", | ||
"@babel/core": "^7.4.5", | ||
"@babel/plugin-proposal-class-properties": "^7.4.4", | ||
"@babel/preset-react": "^7.0.0", | ||
"react": "^16.0.0", | ||
@@ -34,0 +39,0 @@ "react-dom": "^16.0.0" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13733
6
347
6
1