Skip to content

Commit

Permalink
build: 🚀 sets up deployment to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando G. Vilar committed May 3, 2020
1 parent d5e4d04 commit e7f6f39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ coverage
*.yaml
*.json
jest.*
example.*
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "query-string-lite-rename",
"version": "0.1.0",
"version": "0.1.1",
"description": "renames keys of `query-string-lite` queries and back",
"main": "dist/index.js",
"directories": {
Expand Down Expand Up @@ -60,4 +60,4 @@
"build": "tsc && prettier --write dist/*.js",
"lint": "tsc --noEmit && eslint './*.ts' --quiet --fix"
}
}
}

0 comments on commit e7f6f39

Please sign in to comment.