Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "rapid.js", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -11,3 +11,3 @@ "main": "src/rapid.js", | ||
"presets": [ | ||
"es2015" | ||
"es2015-node5" | ||
] | ||
@@ -14,0 +14,0 @@ }, |
@@ -1,2 +0,5 @@ | ||
# rapid.js (alpha) | ||
<p align="center"> | ||
<img src="http://rapidjs.io/images/rapid-logo-gh-readme.png" /> | ||
</p> | ||
A Fluent Interface To Rapidly Interact With APIs | ||
@@ -3,0 +6,0 @@ Create simple, resusable, and cleaner wrappers and interfaces for your API requests. |
@@ -1,3 +0,3 @@ | ||
import Rapid from './Core/Rapid'; | ||
var Rapid = require('./Core/Rapid'); | ||
export default Rapid; | ||
module.exports = Rapid; |
33349
105