Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Jul 27, 2016
1 parent 43e551c commit 890e7b3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 34 deletions.
30 changes: 3 additions & 27 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
.idea
*.iml
npm-debug.log
dump.rdb
node_modules
results.tap
results.xml
npm-shrinkwrap.json
config.json
.DS_Store
*/.DS_Store
*/*/.DS_Store
._*
*/._*
*/*/._*
coverage.*
lib-cov
complexity.md

test
.gitignore
.npmignore
.travis.yml
API.md
CONTRIBUTING.md
generate-api-toc.js
README.md
*
!lib/**
!.npmignore
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js

node_js:
- 4.0
- 4
- 5
- 6
- "4"
- "6"
- "node"

sudo: false
5 changes: 3 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
copyright (c) 2011-2014 Jake Luer.
Copyright (c) 2014, Walmart and other contributors.
Copyright (c) 2014-2016, Project contributors
Copyright (c) 2014, Walmart
Copyright (c) 2011-2014 Jake Luer
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code",
"description": "assertion library",
"version": "3.0.1",
"version": "3.0.2",
"repository": "git://github.com/hapijs/code",
"main": "lib/index.js",
"keywords": [
Expand Down

0 comments on commit 890e7b3

Please sign in to comment.