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 ad25ee3 commit baca3a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,15 @@
"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",
"jshint": "~2",
"mocha": "~10",
"should": "~13"
},
"browser": {
"querystring": "component-querystring"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/furkot/trip-planner/issues"
Expand Down

0 comments on commit baca3a8

Please sign in to comment.