Skip to content

Commit 5684282

Browse files
committed
chore: publish only required files
1 parent 0fc0178 commit 5684282

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22
"name": "@1inch/tsconfig",
33
"version": "1.0.7",
44
"license": "UNLICENSED",
5+
"files": [
6+
"README.md",
7+
"package.json",
8+
"tsconfig.json"
9+
],
510
"scripts": {
611
"release": "node ./release.mjs"
712
},
813
"dependencies": {
914
"semver": "^7.5.4"
1015
}
11-
}
16+
}

0 commit comments

Comments
 (0)