File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1- sudo : false
21language : node_js
32node_js :
43 - ' iojs'
Original file line number Diff line number Diff line change 1- ## v1.0.0 / 12, 2014
2- - init commits
1+ ## v1.0.0 / 22.07.2015
2+ - Welcome to the vimeo-regex@1.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " vimeo-regex" ,
33 "description" : " The correct vimeo video id regex" ,
4- "version" : " 0 .0.1 " ,
4+ "version" : " 1 .0.0 " ,
55 "scripts" : {
6- "test" : " npm install && node_modules/.bin/ mocha" ,
7- "test-cov" : " npm install && node_modules/.bin/ istanbul cover node_modules/.bin/ _mocha" ,
8- "test-travis" : " npm install && node_modules/.bin/ istanbul cover node_modules/.bin/ _mocha --report lcovonly" ,
9- "coveralls" : " npm run test-travis && cat ./coverage/lcov.info | node_modules/.bin/ coveralls"
6+ "test" : " npm install && mocha" ,
7+ "test-cov" : " npm install && istanbul cover _mocha" ,
8+ "test-travis" : " npm install && istanbul cover _mocha --report lcovonly" ,
9+ "coveralls" : " npm run test-travis && cat ./coverage/lcov.info | coveralls"
1010 },
1111 "author" : {
1212 "name" : " Ruslan Ismagilov" ,
You can’t perform that action at this time.
0 commit comments