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 11hello , world {
22 -webkit-transform : translate (0 , 0 );
3- -ms-transform : translate (0 , 0 );
43 transform : translate (0 , 0 );
54}
Original file line number Diff line number Diff line change 22 "name" : " sheetify-cssnext" ,
33 "version" : " 1.0.5" ,
44 "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" ,
524 "dependencies" : {
625 "cssnext" : " ^1.8.4" ,
726 "xtend" : " ^4.0.0"
827 },
928 "devDependencies" : {
29+ "dependency-check" : " ^2.5.1" ,
30+ "istanbul" : " ^0.4.1" ,
31+ "standard" : " ^5.4.1" ,
1032 "tape" : " ^4.2.1"
1133 }
1234}
You can’t perform that action at this time.
0 commit comments