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
22
33This is a fork of the official [ css loader] ( https://github.com/webpack/css-loader ) for webpack.
44
Original file line number Diff line number Diff line change 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 },
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}
You can’t perform that action at this time.
0 commit comments