File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ node_js :
2
+ - " 0.12"
3
+ - " 4"
4
+ sudo : false
5
+ language : node_js
6
+ script : " npm run test:cov"
7
+ after_script : " npm i -g codecov.io && cat ./coverage/lcov.info | codecov"
Original file line number Diff line number Diff line change 1
1
hello , world {
2
2
-webkit-transform : translate (0 , 0 );
3
- -ms-transform : translate (0 , 0 );
4
3
transform : translate (0 , 0 );
5
4
}
Original file line number Diff line number Diff line change 2
2
"name" : " sheetify-cssnext" ,
3
3
"version" : " 1.0.5" ,
4
4
"main" : " index.js" ,
5
+ "description" : " cssnext transform for sheetify" ,
6
+ "scripts" : {
7
+ "deps" : " dependency-check . && dependency-check . --extra --no-dev" ,
8
+ "test" : " standard && npm run deps && NODE_ENV=test node test" ,
9
+ "test:cov" : " standard && npm run deps && NODE_ENV=test istanbul cover test.js"
10
+ },
11
+ "repository" : " sheetify/sheetify-cssnext" ,
12
+ "keywords" : [
13
+ " sheetify" ,
14
+ " cssnext" ,
15
+ " css" ,
16
+ " preload" ,
17
+ " compile" ,
18
+ " polyfill" ,
19
+ " shim" ,
20
+ " stream" ,
21
+ " minimal"
22
+ ],
23
+ "license" : " MIT" ,
5
24
"dependencies" : {
6
25
"cssnext" : " ^1.8.4" ,
7
26
"xtend" : " ^4.0.0"
8
27
},
9
28
"devDependencies" : {
29
+ "dependency-check" : " ^2.5.1" ,
30
+ "istanbul" : " ^0.4.1" ,
31
+ "standard" : " ^5.4.1" ,
10
32
"tape" : " ^4.2.1"
11
33
}
12
34
}
You can’t perform that action at this time.
0 commit comments