|
@@ -2,10 +2,11 @@
|
|
"name": "ludash",
|
|
"name": "ludash",
|
|
"version": "1.0.0",
|
|
"version": "1.0.0",
|
|
"description": "toolkit",
|
|
"description": "toolkit",
|
|
- "main": "index.js",
|
|
|
|
|
|
+ "main": "lib/index.js",
|
|
|
|
+ "typings": "type/index.d.ts",
|
|
"scripts": {
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
- "lib": "tsc ./src/index.ts"
|
|
|
|
|
|
+ "lib": "tsc"
|
|
},
|
|
},
|
|
"repository": "https://gitee.com/swust_0602/ludash.git",
|
|
"repository": "https://gitee.com/swust_0602/ludash.git",
|
|
"author": "shawn",
|
|
"author": "shawn",
|