Skip to content

Commit d5d4615

Browse files
committed
Update travis, single license in package, fixes #21
1 parent 5014ec5 commit d5d4615

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3-
- 0.8
43
- 0.10
4+
- 0.12
55
before_script: npm -g install testjs

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,7 @@
3636
"bcrypt": "latest",
3737
"utfx": "~1"
3838
},
39-
"licenses" : [
40-
{
41-
"type" : "New-BSD, MIT",
42-
"url" : "https://raw.githubusercontent.com/dcodeIO/bcrypt.js/master/LICENSE"
43-
}
44-
],
39+
"license" : "MIT",
4540
"scripts": {
4641
"test": "node node_modules/testjs/bin/testjs",
4742
"build": "node scripts/build.js",

0 commit comments

Comments
 (0)