particle-api-js
Advanced tools
Comparing version 5.0.0 to 5.0.1
# changelog | ||
## 5.0.1 - 18 Feb 2016 | ||
* Remove need for `require('particle-api-js').default` in CommonJS usage. It is now just `require('particle-api-js')`. | ||
## 5.0.0 - 18 Feb 2016 | ||
@@ -4,0 +8,0 @@ |
@@ -11,2 +11,3 @@ 'use strict'; | ||
tokenDuration: 7776000 }; | ||
module.exports = exports['default']; | ||
//# sourceMappingURL=Defaults.js.map |
@@ -479,2 +479,3 @@ 'use strict'; | ||
exports.default = Particle; | ||
module.exports = exports['default']; | ||
//# sourceMappingURL=Particle.js.map |
{ | ||
"name": "particle-api-js", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Particle API Client", | ||
@@ -34,2 +34,3 @@ "main": "lib/Particle.js", | ||
"babel-eslint": "^5.0.0", | ||
"babel-plugin-add-module-exports": "^0.1.2", | ||
"babel-preset-es2015": "^6.5.0", | ||
@@ -39,3 +40,3 @@ "babel-register": "^6.5.2", | ||
"eslint": "^2.1.0", | ||
"eslint-config-particle": "^1.0.1", | ||
"eslint-config-particle": "^1.0.2", | ||
"istanbul": "^0.4.0", | ||
@@ -42,0 +43,0 @@ "mocha": "^2.3.3", |
# particle-api-js | ||
JS Library for the Particle API | ||
## Install | ||
`npm install particle-api-js` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
53422
891
6
12