Skip to content

Commit 61d27b4

Browse files
authored
Updated package.json ⚡
1 parent 3077f10 commit 61d27b4

File tree

1 file changed

+37
-14
lines changed

1 file changed

+37
-14
lines changed

package.json

Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,39 @@
11
{
2-
"type": "module",
3-
"name": "@MarketingPipeline/File-Loader.js",
4-
"version": "1.0.0",
5-
"description": "A JavaScript library for easily loading scripts & stylesheets to the DOM / a HTML page.",
6-
"license": "MIT",
7-
"main": "./dist/file-loader.min.js",
8-
"author": {
9-
"name": "MarketingPipeline",
10-
"url": "https://github.com/MarketingPipeline"
11-
},
12-
"repository": {
13-
"type": "git",
14-
"url": "https://github.com/MarketingPipeline/File-Loader.js.git"
15-
}
2+
"type": "module",
3+
"name": "@MarketingPipeline/File-Loader.js",
4+
"version": "1.0.0",
5+
"description": "A JavaScript library for easily loading scripts & stylesheets to the DOM / a HTML page.",
6+
"license": "MIT",
7+
"main": "./dist/file-loader.min.js",
8+
"author": {
9+
"name": "MarketingPipeline",
10+
"url": "https://github.com/MarketingPipeline"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/MarketingPipeline/File-Loader.js.git"
15+
},
16+
"keywords": [
17+
"promise",
18+
"async",
19+
"UnhandledPromiseRejectionWarning",
20+
"PromiseRejectionHandledWarning",
21+
"load-files",
22+
"file-loader",
23+
"load-javascript",
24+
"load-stylesheets",
25+
"script-loader",
26+
"css-loader",
27+
"load-file",
28+
"load-multiple-files",
29+
"load-files-to-HTML",
30+
"file-loader.js",
31+
"load-js",
32+
"load-css",
33+
"js-loader",
34+
"javascript-loader",
35+
"client-side",
36+
"browser",
37+
"javascript"
38+
]
1639
}

0 commit comments

Comments
 (0)