Skip to content

Commit 3185f34

Browse files
committed
update package.json
1 parent 58350ce commit 3185f34

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "inline-resource-webpack-plugin",
2+
"name": "inline-source-webpack-plugin",
33
"version": "0.0.1",
44
"description": "A plugin for webpack4.x",
55
"main": "index.js",
@@ -8,24 +8,22 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/KyLeoHC/inline-resource-webpack-plugin.git"
11+
"url": "git+https://github.com/KyLeoHC/inline-source-webpack-plugin.git"
1212
},
1313
"keywords": [
1414
"webpack",
1515
"inline",
16-
"resource",
1716
"source",
18-
"html",
1917
"css",
20-
"js"
18+
"js",
19+
"plugin"
2120
],
2221
"author": "KyLeo",
2322
"license": "MIT",
2423
"bugs": {
25-
"url": "https://github.com/KyLeoHC/inline-resource-webpack-plugin/issues"
24+
"url": "https://github.com/KyLeoHC/inline-source-webpack-plugin/issues"
2625
},
27-
"homepage": "https://github.com/KyLeoHC/inline-resource-webpack-plugin#readme",
28-
"devDependencies": {},
26+
"homepage": "https://github.com/KyLeoHC/inline-source-webpack-plugin#readme",
2927
"dependencies": {
3028
"inline-source": "^6.1.5"
3129
}

0 commit comments

Comments
 (0)