Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrhodes1 committed Feb 6, 2019
1 parent bf3c21f commit 7f4aca0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
12 changes: 11 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
__tests__
puppeteer
docs
src
webpack
.babelrc
webpack.config.js
.eslintignore
.eslintrc
.gitignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
jest.setup.js
README.md
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"test": "jest --coverage --coverageReporters=text-lcov | coveralls",
"test:watch": "jest --watch",
"mock:create": "webpack --mode development --config webpack/test.config.js",
"lint": "eslint --ext .js,.jsx src/lib"
"lint": "eslint --ext .js,.jsx src/lib",
"prepublish": "npm run lib"
},
"keywords": [
"tooltip",
Expand Down Expand Up @@ -80,4 +81,4 @@
},
"setupTestFrameworkScriptFile": "<rootDir>/jest.setup.js"
}
}
}

0 comments on commit 7f4aca0

Please sign in to comment.