We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09be61d commit 40372f2Copy full SHA for 40372f2
.npmignore
@@ -17,10 +17,10 @@ test
17
examples
18
CHANGELOG.md
19
.editorconfig
20
-.eslintignore
21
-.eslintrc
+.eslint.ignore.js
+.eslint.config.js
22
+build.config.js
23
.babelrc
24
.gitignore
25
.github
26
.husky
-build.config.js
package.json
@@ -5,11 +5,13 @@
5
"type": "module",
6
"exports": {
7
".": {
8
+ "types": "./dist/index.d.ts",
9
"import": "./dist/index.js",
10
"require": "./dist/index.cjs"
11
}
12
},
13
"main": "./dist/index.cjs",
14
15
"files": [
16
"dist"
],
@@ -32,7 +34,7 @@
32
34
33
35
"repository": {
36
"type": "git",
- "url": "https://github.com/basics/vector.git"
37
+ "url": "git+https://github.com/basics/vector.git"
38
39
"keywords": [
40
"vector",
0 commit comments