We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006c593 commit 1ec3b16Copy full SHA for 1ec3b16
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "legible",
3
- "version": "0.0.3",
+ "version": "0.1.0",
4
"description": "cleanly code your api requests",
5
"main": "dist/index.js",
6
"scripts": {
@@ -23,6 +23,7 @@
23
},
24
"homepage": "https://github.com/zackify/legible#readme",
25
"devDependencies": {
26
+ "babel-cli": "^6.18.0",
27
"babel-plugin-transform-object-rest-spread": "^6.20.2",
28
"babel-polyfill": "^6.20.0",
29
"babel-preset-latest": "^6.16.0",
0 commit comments