mirror of
https://github.com/Wessel/larg.git
synced 2026-06-05 23:15:43 +02:00
Add typings to files key
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"main": "larg.js",
|
||||
"files": [
|
||||
"larg.js",
|
||||
"LICENSE"
|
||||
"LICENSE",
|
||||
"index.d.ts"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://www.github.com/PassTheWessel/larg/issues"
|
||||
@@ -34,7 +35,7 @@
|
||||
"lightweight"
|
||||
],
|
||||
"devDependencies": {
|
||||
"gulp": "^4.0.0",
|
||||
"gulp-minify": "^3.1.0"
|
||||
"gulp": "4.0.0",
|
||||
"gulp-minify": "3.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user