Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
.DS_Store
coverage
node_modules
src
tests

.DS_Store
.editorconfig
.nvmrc
.travis.yml
npm-debug.log
tsconfig.json
tslint.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Linking GABA into other projects involves a special NPM command to ensure that d
- enable "create merge commit" option
- do a normal merge to maintain history
- disable "create merge commit" option
- On a clean `master` run `npm run build` go to `/dist` folder just generated, then `npm publish` and GABA will be on npm
- On a clean `master` run `npm run build`, then run `npm publish` in the project root and GABA will be on npm

## API documentation

Expand Down
Empty file removed TODO.md
Empty file.
211 changes: 133 additions & 78 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading