We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5014ec5 commit d5d4615Copy full SHA for d5d4615
2 files changed
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
node_js:
3
- - 0.8
4
- 0.10
+ - 0.12
5
before_script: npm -g install testjs
package.json
@@ -36,12 +36,7 @@
36
"bcrypt": "latest",
37
"utfx": "~1"
38
},
39
- "licenses" : [
40
- {
41
- "type" : "New-BSD, MIT",
42
- "url" : "https://raw.githubusercontent.com/dcodeIO/bcrypt.js/master/LICENSE"
43
- }
44
- ],
+ "license" : "MIT",
45
"scripts": {
46
"test": "node node_modules/testjs/bin/testjs",
47
"build": "node scripts/build.js",
0 commit comments