Skip to content

Commit

Permalink
fix: add missing files to package (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
skratchdot authored and SimenB committed Jun 7, 2019
1 parent c0daf4b commit e17075b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "create-jest-runner",
"version": "0.5.2",
"version": "0.5.3",
"main": "build/index.js",
"author": "Rogelio Guzman <[email protected]>",
"description": "A simple way of creating a Jest runner",
"license": "MIT",
"repository": "https://github.com/rogeliog/create-jest-runner.git",
"homepage": "https://github.com/rogeliog/create-jest-runner",
"files": [
"build/"
"build/",
"generator/"
],
"scripts": {
"test": "jest",
Expand Down

0 comments on commit e17075b

Please sign in to comment.