File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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" : {
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" : [
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" ,
You can’t perform that action at this time.
0 commit comments