Skip to content

Commit

Permalink
added files to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoverson committed Aug 3, 2020
1 parent fd81f92 commit d649c26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"description": "A suite of utilities to query and modify JavaScript source",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist",
"README.md",
"test",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/jsoverson/shift-refactor"
Expand Down

0 comments on commit d649c26

Please sign in to comment.