Skip to content

Commit 1f7d90e

Browse files
author
synw
committed
Update package.json
1 parent 7c51ece commit 1f7d90e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quidjs",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Requests library for the Quid json web tokens server",
55
"main": "lib/requests.js",
66
"scripts": {
@@ -12,7 +12,9 @@
1212
],
1313
"plugins": [
1414
"@babel/plugin-proposal-private-property-in-object",
15-
"@babel/plugin-proposal-class-properties"
15+
"@babel/plugin-proposal-class-properties",
16+
"@babel/plugin-transform-destructuring",
17+
"@babel/plugin-transform-parameters"
1618
]
1719
},
1820
"keywords": [
@@ -28,6 +30,8 @@
2830
"axios": "^0.19.2"
2931
},
3032
"devDependencies": {
33+
"@babel/plugin-transform-destructuring": "^7.10.4",
34+
"@babel/plugin-transform-parameters": "^7.10.5",
3135
"@babel/cli": "^7.11.6",
3236
"@babel/core": "^7.11.6",
3337
"@babel/plugin-proposal-class-properties": "^7.10.4",

0 commit comments

Comments
 (0)