File tree Expand file tree Collapse file tree 6 files changed +14
-376
lines changed Expand file tree Collapse file tree 6 files changed +14
-376
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
- " 4"
4
4
- " 6"
5
5
- " node"
6
-
7
- after_success :
8
- - cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
9
- - cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js
10
- - rm -rf ./coverage
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " postcss-modules-local-by-default " ,
2
+ "name" : " postcss-icss-selectors " ,
3
3
"version" : " 1.2.0" ,
4
- "description" : " A CSS Modules transform to make local scope the default " ,
4
+ "description" : " PostCSS plugin for css modules to to local- scope classes and ids " ,
5
5
"keywords" : [
6
6
" css-modules" ,
7
7
" postcss" ,
51
51
"license" : " MIT" ,
52
52
"repository" : {
53
53
"type" : " git" ,
54
- "url" : " https://github.com/css-modules/postcss-modules-local-by-default .git"
54
+ "url" : " https://github.com/css-modules/postcss-icss-selectors .git"
55
55
},
56
56
"dependencies" : {
57
57
"css-selector-tokenizer" : " ^0.7.0" ,
63
63
"babel-cli" : " ^6.24.1" ,
64
64
"babel-jest" : " ^20.0.3" ,
65
65
"babel-preset-env" : " ^1.5.1" ,
66
- "codecov.io" : " ^0.1.2" ,
67
- "coveralls" : " ^2.11.2" ,
68
66
"eslint" : " ^3.19.0" ,
69
67
"husky" : " ^0.13.3" ,
70
68
"jest" : " ^20.0.3" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Tokenizer from "css-selector-tokenizer";
4
4
import { extractICSS , createICSSRules } from "icss-utils" ;
5
5
import genericNames from "generic-names" ;
6
6
7
- const plugin = "postcss-modules-local-by-default " ;
7
+ const plugin = "postcss-icss-selectors " ;
8
8
9
9
const trimNodes = nodes => {
10
10
const firstIndex = nodes . findIndex ( node => node . type !== "spacing" ) ;
You can’t perform that action at this time.
0 commit comments