Skip to content

Commit d933c72

Browse files
committed
1.0.0
1 parent a4ba017 commit d933c72

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
sudo: false
21
language: node_js
32
node_js:
43
- 'iojs'

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
## v1.0.0 / 12, 2014
2-
- init commits
1+
## v1.0.0 / 22.07.2015
2+
- Welcome to the [email protected]

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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",

0 commit comments

Comments
 (0)