Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
fix: include gateway in published files
Browse files Browse the repository at this point in the history
fix 29
  • Loading branch information
jlengstorf committed Dec 22, 2017
1 parent b644612 commit 8fd5937
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,9 +1,10 @@
{
"name": "@gramps/cli",
"version": "1.0.0-beta.4",
"version": "0.0.0-development",
"description": "CLI for creating and developing with GrAMPS data sources.",
"files": [
"bin",
"gateway",
"lib"
],
"repository": {
Expand All @@ -21,7 +22,7 @@
"scripts": {
"gramps": "bin/index.js",
"prepush": "npm test",
"lint": "eslint {bin,lib}/**/*.js",
"lint": "eslint {bin, gateway, lib, test}/**/*.js",
"test": "npm run lint --silent && npm run test:unit",
"test:unit": "cross-env NODE_ENV=test LOG4JS_LEVEL='OFF' jest --coverage",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
Expand Down

0 comments on commit 8fd5937

Please sign in to comment.