We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6dc193 commit 86a47aeCopy full SHA for 86a47ae
package.json
@@ -1,10 +1,11 @@
1
{
2
"name": "@rightech/utils",
3
- "version": "1.1.17",
+ "version": "1.1.18",
4
"description": "",
5
"main": "index.js",
6
"private": false,
7
"scripts": {
8
+ "build": "tsc -p .",
9
"test": "echo \"Error: no test specified\" && exit 1"
10
},
11
"repository": {
@@ -13,6 +14,11 @@
13
14
15
"author": "[email protected]",
16
"license": "Apache-2.0",
17
+ "files": [
18
+ "dist/*",
19
+ "src/*",
20
+ "index.d.ts"
21
+ ],
22
"bugs": {
23
"url": "https://github.com/Rightech/node-utils/issues"
24
src/api.js
0 commit comments