Skip to content

Commit

Permalink
Update conf
Browse files Browse the repository at this point in the history
  • Loading branch information
synw committed Sep 18, 2020
1 parent 2d00f07 commit ce20e34
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "quidjs",
"version": "0.1.2",
"version": "0.2.0",
"description": "Requests library for the Quid json web tokens server",
"main": "lib/requests.js",
"scripts": {
"prepublish": "babel src --out-dir lib"
},
"babel": {
"presets": [
"es2015"
"@babel/env"
],
"plugins": [
"@babel/plugin-proposal-private-property-in-object",
"@babel/plugin-proposal-class-properties"
]
},
"keywords": [
Expand All @@ -22,5 +26,12 @@
"homepage": "https://github.com/synw/quidjs",
"dependencies": {
"axios": "^0.19.2"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-private-property-in-object": "^7.10.4",
"@babel/preset-env": "^7.11.5"
}
}

0 comments on commit ce20e34

Please sign in to comment.