Skip to content
This repository was archived by the owner on Feb 6, 2019. It is now read-only.

Commit f571c4a

Browse files
committed
chore: update package.json and README.md
1 parent bbf76d8 commit f571c4a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NativScript css loader for webpack
1+
# NativeScript css loader for webpack
22

33
This is a fork of the official [css loader](https://github.com/webpack/css-loader) for webpack.
44

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "css-loader",
2+
"name": "nativescript-css-loader",
33
"version": "0.26.1",
44
"author": "Tobias Koppers @sokra",
5-
"description": "css loader module for webpack",
5+
"description": "nativescript fork of the css-loader module for webpack",
66
"engines": {
77
"node": ">=0.12.0"
88
},
@@ -31,12 +31,11 @@
3131
"scripts": {
3232
"test": "mocha",
3333
"travis": "npm run cover -- --report lcovonly",
34-
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
35-
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
34+
"cover": "istanbul cover node_modules/mocha/bin/_mocha"
3635
},
3736
"repository": {
3837
"type": "git",
39-
"url": "git@github.com:webpack/css-loader.git"
38+
"url": "git@github.com:nativescript/css-loader.git"
4039
},
4140
"license": "MIT"
4241
}

0 commit comments

Comments
 (0)