Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Commit

Permalink
fix: move axios to dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
feerglas committed Sep 13, 2020
1 parent 4a13abd commit 1942d4c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
"version": "1.1.2",
"description": "Helper methods to simplify requests to the Figma API",
"main": "dist/index.js",
"dependencies": {
"axios": "~0.20.0"
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "~10.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"axios": "~0.20.0",
"clean-webpack-plugin": "~3.0.0",
"dotenv": "~8.2.0",
"eslint": "^7.0.0",
Expand Down

0 comments on commit 1942d4c

Please sign in to comment.