mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
pkg: update package.json
This commit is contained in:
parent
a85856f21e
commit
3ee8a8aa61
5 changed files with 52 additions and 0 deletions
|
|
@ -9,6 +9,17 @@
|
|||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/idrawjs/idraw.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/idrawjs/idraw/issues"
|
||||
},
|
||||
"homepage": "https://github.com/idrawjs/idraw#readme",
|
||||
"author": "chenshenhai",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -9,6 +9,17 @@
|
|||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/idrawjs/idraw.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/idrawjs/idraw/issues"
|
||||
},
|
||||
"homepage": "https://github.com/idrawjs/idraw#readme",
|
||||
"author": "chenshenhai",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -9,6 +9,17 @@
|
|||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/idrawjs/idraw.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/idrawjs/idraw/issues"
|
||||
},
|
||||
"homepage": "https://github.com/idrawjs/idraw#readme",
|
||||
"author": "chenshenhai",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,14 @@
|
|||
"src",
|
||||
"index.ts"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/idrawjs/idraw.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/idrawjs/idraw/issues"
|
||||
},
|
||||
"homepage": "https://github.com/idrawjs/idraw#readme",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,17 @@
|
|||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/idrawjs/idraw.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/idrawjs/idraw/issues"
|
||||
},
|
||||
"homepage": "https://github.com/idrawjs/idraw#readme",
|
||||
"author": "chenshenhai",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue