We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc0178 commit 5684282Copy full SHA for 5684282
.gitignore
@@ -0,0 +1 @@
1
+.idea
package.json
@@ -2,10 +2,15 @@
2
"name": "@1inch/tsconfig",
3
"version": "1.0.7",
4
"license": "UNLICENSED",
5
+ "files": [
6
+ "README.md",
7
+ "package.json",
8
+ "tsconfig.json"
9
+ ],
10
"scripts": {
11
"release": "node ./release.mjs"
12
},
13
"dependencies": {
14
"semver": "^7.5.4"
15
}
-}
16
+}
0 commit comments