File tree 4 files changed +10
-34
lines changed
4 files changed +10
-34
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
3
3
node_js :
4
- - 4.0
5
- - 4
6
- - 5
7
- - 6
4
+ - " 4"
5
+ - " 6"
6
+ - " node"
8
7
9
8
sudo : false
Original file line number Diff line number Diff line change 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
3
4
All rights reserved.
4
5
5
6
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " code" ,
3
3
"description" : " assertion library" ,
4
- "version" : " 3.0.1 " ,
4
+ "version" : " 3.0.2 " ,
5
5
"repository" : " git://github.com/hapijs/code" ,
6
6
"main" : " lib/index.js" ,
7
7
"keywords" : [
You can’t perform that action at this time.
0 commit comments