react-simple-collapsible-element
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -9,3 +9,3 @@ { | ||
"react-scripts": "1.1.5", | ||
"react-simple-collapsible-element": "^1.2.1" | ||
"react-simple-collapsible-element": "^1.2.2" | ||
}, | ||
@@ -12,0 +12,0 @@ "scripts": { |
{ | ||
"name": "react-simple-collapsible-element", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "simple react collapsible supports nested elements", | ||
"main": "Collapsible.js", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/YIZHUANG/react-simple-collapsible.git" | ||
"url": "git://github.com/YIZHUANG/react-simple-collapsible-element.git" | ||
}, | ||
"scripts": { | ||
"build": "babel src/Collapsible.js --out-file Collapsible.js" | ||
"build": "mkdir -p dist && babel src/Collapsible.js --out-file dist/Collapsible.js" | ||
}, | ||
@@ -22,12 +22,9 @@ "author": "YIZHUANG", | ||
"devDependencies": { | ||
"babel-cli": "^6.6.5", | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^7.2.3", | ||
"babel-istanbul": "^0.12.2", | ||
"babel-loader": "^7.0.0", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-react": "^6.5.0", | ||
"babel-preset-stage-2": "^6.13.0", | ||
"babel-cli": "^6.5.2", | ||
"babel-core": "^6.17.0", | ||
"babel-plugin-transform-class-properties": "^6.18.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.16.0", | ||
"babel-preset-es2015": "^6.16.0", | ||
"babel-preset-react": "^6.16.0", | ||
"babel-preset-stage-0": "^6.16.0", | ||
"react": "^16.0.0", | ||
@@ -34,0 +31,0 @@ "react-dom": "^16.0.0", |
Sorry, the diff of this file is not supported yet
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
395560
10
147
1