Skip to content

Commit

Permalink
Move common-tags to regular deps
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickreimer committed Nov 14, 2019
1 parent dd5bfa1 commit 8cf2d92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
},
"license": "MIT",
"author": "Derrick Reimer",
"files": [
"src"
],
"bin": {
"statickit": "bin/statickit"
},
Expand All @@ -42,12 +45,12 @@
"@statickit/deploy": "^0.3.0",
"axios": "^0.19.0",
"chalk": "^2.4.2",
"common-tags": "^1.8.0",
"dotenv": "^8.2.0",
"ora": "^4.0.2",
"yargs": "^14.0.0"
},
"devDependencies": {
"common-tags": "^1.8.0",
"execa": "^2.0.4",
"husky": "^3.0.9",
"jest": "^24.9.0",
Expand Down

0 comments on commit 8cf2d92

Please sign in to comment.