Skip to content

Commit

Permalink
replace querystring with qs
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxpilot committed Aug 13, 2023
1 parent 261861e commit 92cd640
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const qs = require('querystring');
const qs = require('qs');

const state = require('./state');
const style = require('./style');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"browser"
],
"dependencies": {
"component-querystring": "^1.3.0",
"plan-microdata": "^1.0.0"
"plan-microdata": "^1.0.0",
"qs": "^6.11.0"
},
"devDependencies": {
"esbuild": "^0.14.48",
Expand Down

0 comments on commit 92cd640

Please sign in to comment.