File tree 4 files changed +4
-7
lines changed
4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
- dist
File renamed without changes.
Original file line number Diff line number Diff line change 1
- export default {
1
+ module . exports = {
2
2
"rules" : {
3
3
"at-rule-empty-line-before" : [ 2 , "always" , {
4
4
except : [ "blockless-group" ] ,
Original file line number Diff line number Diff line change 12
12
"type" : " git" ,
13
13
"url" : " https://github.com/stylelint/stylelint-config-suitcss.git"
14
14
},
15
- "main" : " dist/ index.js" ,
15
+ "main" : " index.js" ,
16
16
"files" : [
17
17
" CHANGELOG.md" ,
18
18
" LICENSE" ,
19
- " dist" ,
20
- " src"
19
+ " index.js"
21
20
],
22
21
"devDependencies" : {
23
22
"babel" : " ^5.6.14" ,
30
29
},
31
30
"scripts" : {
32
31
"lint" : " eslint . --ignore-path .gitignore" ,
33
- "prepublish" : " babel src --out-dir dist" ,
34
- "tape" : " babel-tape-runner \" src/**/__tests__/*.js\" " ,
32
+ "tape" : " babel-tape-runner \" __tests__/**/*.js\" " ,
35
33
"test" : " npm run lint && npm run tape"
36
34
}
37
35
}
You can’t perform that action at this time.
0 commit comments