File tree 2 files changed +7
-21
lines changed
2 files changed +7
-21
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " 4"
4
3
- " 6"
5
4
- " node"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " icss-utils" ,
3
- "version" : " 3 .0.1 " ,
3
+ "version" : " 4 .0.0 " ,
4
4
"description" : " ICSS utils for postcss ast" ,
5
- "main" : " lib/index.js" ,
5
+ "main" : " src/index.js" ,
6
+ "engines" : {
7
+ "node" : " >= 6"
8
+ },
6
9
"files" : [
7
- " lib "
10
+ " src "
8
11
],
9
12
"scripts" : {
10
- "build" : " babel --out-dir lib src" ,
11
13
"test" : " jest --coverage" ,
12
14
"precommit" : " lint-staged" ,
13
- "prepublish" : " yarn test && yarn run build "
15
+ "prepublish" : " yarn test"
14
16
},
15
17
"lint-staged" : {
16
18
"*.js" : [
28
30
},
29
31
"extends" : " eslint:recommended"
30
32
},
31
- "babel" : {
32
- "presets" : [
33
- [
34
- " env" ,
35
- {
36
- "targets" : {
37
- "node" : 4
38
- }
39
- }
40
- ]
41
- ]
42
- },
43
33
"repository" : {
44
34
"type" : " git" ,
45
35
"url" : " git+https://github.com/css-modules/icss-utils.git"
60
50
"postcss" : " ^7.0.5"
61
51
},
62
52
"devDependencies" : {
63
- "babel-cli" : " ^6.24.1" ,
64
- "babel-jest" : " ^20.0.3" ,
65
- "babel-preset-env" : " ^1.5.2" ,
66
53
"eslint" : " ^4.0.0" ,
67
54
"husky" : " ^0.13.4" ,
68
55
"jest" : " ^20.0.4" ,
You can’t perform that action at this time.
0 commit comments