Skip to content

Commit 86a47ae

Browse files
committed
fix package dist
1 parent f6dc193 commit 86a47ae

File tree

2 files changed

+7
-188
lines changed

2 files changed

+7
-188
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "@rightech/utils",
3-
"version": "1.1.17",
3+
"version": "1.1.18",
44
"description": "",
55
"main": "index.js",
66
"private": false,
77
"scripts": {
8+
"build": "tsc -p .",
89
"test": "echo \"Error: no test specified\" && exit 1"
910
},
1011
"repository": {
@@ -13,6 +14,11 @@
1314
},
1415
"author": "[email protected]",
1516
"license": "Apache-2.0",
17+
"files": [
18+
"dist/*",
19+
"src/*",
20+
"index.d.ts"
21+
],
1622
"bugs": {
1723
"url": "https://github.com/Rightech/node-utils/issues"
1824
},

src/api.js

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)