Skip to content

Commit a0d1bce

Browse files
authored
Added package ⚡
1 parent 6e15779 commit a0d1bce

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
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+
}

0 commit comments

Comments
 (0)