Skip to content

Commit

Permalink
add node v0.12.x, v4.1.x, and v6.9.x testing
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterEB committed Jan 9, 2017
1 parent a960175 commit e49bf2c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
language: node_js
node_js:
- "4.1.1"
- "0.12.10"
- "4.1.0"
- "6.9.2"
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
The MIT License (MIT)

Copyright (c) 2016 peter
Copyright (c) 2016
Peter Yi <peter.eb9@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "coap-node",
"version": "0.1.5",
"version": "0.1.6",
"description": "Client node of lightweight M2M (LWM2M).",
"main": "index.js",
"dependencies": {
"busyman": "^0.2.1",
"busyman": "^0.3.0",
"coap": "^0.17.0",
"debug": "^2.2.0",
"lwm2m-id": "^1.5.0",
"lwm2m-id": "^1.6.1",
"network": "^0.2.1",
"smartobject": "^1.4.0"
},
Expand Down

0 comments on commit e49bf2c

Please sign in to comment.