react-scrubber
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "react-scrubber", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "React scrubber component with touch controls, styling, and lots event handlers", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"build": "babel src --presets @babel/preset-react --plugins @babel/plugin-proposal-class-properties --out-dir dist --copy-files", | ||
"build": "tsc", | ||
"prepublish": "yarn build", | ||
@@ -29,12 +29,11 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"files": [ | ||
"dist" | ||
"src", | ||
"lib" | ||
], | ||
"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", | ||
"@types/react": "^16.8.19", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0" | ||
"react-dom": "^16.0.0", | ||
"typescript": "^3.5.1" | ||
}, | ||
@@ -41,0 +40,0 @@ "peerDependencies": { |
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
20693
4
7
331
1