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
2
1
language : node_js
3
2
node_js :
4
3
- ' 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 [email protected]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vimeo-regex" ,
3
3
"description" : " The correct vimeo video id regex" ,
4
- "version" : " 0 .0.1 " ,
4
+ "version" : " 1 .0.0 " ,
5
5
"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"
10
10
},
11
11
"author" : {
12
12
"name" : " Ruslan Ismagilov" ,
You can’t perform that action at this time.
0 commit comments