Skip to content

Commit

Permalink
ci: move dev dep to proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell committed Jul 17, 2022
1 parent a6314e5 commit bc3f9ac
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
17 changes: 17 additions & 0 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-rex",
"version": "0.1.0",
"version": "0.1.1",
"description": "A tiny and fast CSV parser for JavaScript.",
"type": "module",
"files": [
Expand Down Expand Up @@ -69,8 +69,7 @@
},
"homepage": "https://github.com/willfarrell/csv-rex#readme",
"dependencies": {
"csv-rex": "file:./",
"standard": "17.0.0"
"csv-rex": "file:./"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
Expand All @@ -79,7 +78,9 @@
"esbuild": "^0.14.47",
"husky": "^8.0.0",
"lint-staged": "^13.0.0",
"papaparse": "5.3.2",
"prettier": "^2.0.0",
"sinon": "^13.0.1"
"sinon": "^13.0.1",
"standard": "17.0.0"
}
}

0 comments on commit bc3f9ac

Please sign in to comment.