Skip to content

Commit d29d93e

Browse files
author
Val
committed
renamed to string-replace-loader
1 parent 4fda3b7 commit d29d93e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
2-
"name": "replace-loader",
2+
"name": "string-replace-loader",
33
"version": "0.1.0",
44
"description": "Replace loader for Webpack",
55
"keywords": [
66
"webpack",
77
"loader",
88
"webpack-loader",
9-
"replace"
9+
"replace",
10+
"string-replace",
11+
"regex-replace"
1012
],
1113
"scripts": {
1214
"test": "mocha"
@@ -25,9 +27,9 @@
2527
},
2628
"repository": {
2729
"type": "git",
28-
"url": "https://github.com/Va1/replace-loader.git"
30+
"url": "https://github.com/Va1/string-replace-loader.git"
2931
},
30-
"homepage": "https://github.com/Va1/replace-loader",
32+
"homepage": "https://github.com/Va1/string-replace-loader",
3133
"author": "Valentyn Barmashyn <valpreacher@gmail.com>",
3234
"license": "MIT",
3335
"private": false

0 commit comments

Comments
 (0)