Skip to content

Commit 890e7b3

Browse files
committed
misc
1 parent 43e551c commit 890e7b3

File tree

4 files changed

+10
-34
lines changed

4 files changed

+10
-34
lines changed

.npmignore

+3-27
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
.idea
2-
*.iml
3-
npm-debug.log
4-
dump.rdb
5-
node_modules
6-
results.tap
7-
results.xml
8-
npm-shrinkwrap.json
9-
config.json
10-
.DS_Store
11-
*/.DS_Store
12-
*/*/.DS_Store
13-
._*
14-
*/._*
15-
*/*/._*
16-
coverage.*
17-
lib-cov
18-
complexity.md
19-
20-
test
21-
.gitignore
22-
.npmignore
23-
.travis.yml
24-
API.md
25-
CONTRIBUTING.md
26-
generate-api-toc.js
27-
README.md
1+
*
2+
!lib/**
3+
!.npmignore

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
22

33
node_js:
4-
- 4.0
5-
- 4
6-
- 5
7-
- 6
4+
- "4"
5+
- "6"
6+
- "node"
87

98
sudo: false

LICENSE

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
copyright (c) 2011-2014 Jake Luer.
2-
Copyright (c) 2014, Walmart and other contributors.
1+
Copyright (c) 2014-2016, Project contributors
2+
Copyright (c) 2014, Walmart
3+
Copyright (c) 2011-2014 Jake Luer
34
All rights reserved.
45

56
Redistribution and use in source and binary forms, with or without

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code",
33
"description": "assertion library",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"repository": "git://github.com/hapijs/code",
66
"main": "lib/index.js",
77
"keywords": [

0 commit comments

Comments
 (0)