rao-button 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rao-button",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "无",
5
5
  "main": "index.js",
6
6
  "directories": {
File without changes
package/index.js DELETED
@@ -1,2 +0,0 @@
1
- import NewButton from "./src/components/index";
2
- export {NewButton};