This repository was archived by the owner on Feb 6, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- # NativScript css loader for webpack
1
+ # NativeScript css loader for webpack
2
2
3
3
This is a fork of the official [ css loader] ( https://github.com/webpack/css-loader ) for webpack.
4
4
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " css-loader" ,
2
+ "name" : " nativescript- css-loader" ,
3
3
"version" : " 0.26.1" ,
4
4
"author" : " Tobias Koppers @sokra" ,
5
- "description" : " css loader module for webpack" ,
5
+ "description" : " nativescript fork of the css- loader module for webpack" ,
6
6
"engines" : {
7
7
"node" : " >=0.12.0"
8
8
},
31
31
"scripts" : {
32
32
"test" : " mocha" ,
33
33
"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"
36
35
},
37
36
"repository" : {
38
37
"type" : " git" ,
39
- "url" : " git@github.com:webpack /css-loader.git"
38
+ "url" : " git@github.com:nativescript /css-loader.git"
40
39
},
41
40
"license" : " MIT"
42
41
}
You can’t perform that action at this time.
0 commit comments