Skip to content

Commit 763fd1a

Browse files
committed
feat: update package
1 parent 9db6c56 commit 763fd1a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#### 使用
1111

1212
```javascript
13-
import Drage from '/drage'
13+
import Drage from '@skillnull/drage-js'
1414

1515
/**
1616
* 启用拖拽

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skillnull/drage-js",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "拖拽元素到页面任意位置",
55
"main": "dist/drage",
66
"author": "skillnull",
@@ -19,6 +19,9 @@
1919
"type": "git",
2020
"url": "git+https://github.com/skillnull/DrageJs.git"
2121
},
22+
"publishConfig": {
23+
"access": "public"
24+
},
2225
"bugs": {
2326
"url": "https://github.com/skillnull/DrageJs/issues"
2427
},

0 commit comments

Comments
 (0)