Skip to content
This repository was archived by the owner on Jun 19, 2020. It is now read-only.

Commit 78b8c43

Browse files
committed
Publish as npm scoped package
1 parent 1b1ecae commit 78b8c43

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "css-loader",
3-
"version": "0.28.11",
2+
"name": "@nodecraft/css-loader",
3+
"version": "0.28.12",
44
"author": "Tobias Koppers @sokra",
55
"license": "MIT",
66
"description": "css loader module for webpack",
@@ -44,7 +44,7 @@
4444
"travis:lint": "npm run lint",
4545
"release": "standard-version"
4646
},
47-
"homepage": "https://github.com/webpack-contrib/css-loader",
48-
"repository": "https://github.com/webpack-contrib/css-loader.git",
49-
"bugs": "https://github.com/webpack-contrib/css-loader/issues"
47+
"homepage": "https://github.com/nodecraft/css-loader",
48+
"repository": "https://github.com/nodecraft/css-loader.git",
49+
"bugs": "https://github.com/nodecraft/css-loader/issues"
5050
}

0 commit comments

Comments
 (0)