Skip to content

Commit

Permalink
Merge pull request #113 from kwonoj/fix-ignore
Browse files Browse the repository at this point in the history
build(ignore): correct ignore config
  • Loading branch information
kwonoj authored Oct 24, 2018
2 parents 0ae6eac + 044da06 commit cca9ed2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ rules/
# Misc
npm-debug.log
.DS_STORE
*.tgz
6 changes: 3 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ typings/
.vscode/
src/
test/
!dist/src
examples/
symbols/
.travis.yml
Expand All @@ -17,6 +16,7 @@ jest-cld-asm.json
tsconfg.json
tslint.json
wallaby.js
dist/src/lib/README.md
commitlint.config.js
tsconfig.json
tsconfig.json
bootstrap.ts
*.tgz
2 changes: 1 addition & 1 deletion examples/browser_bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "browser",
"name": "browser_bundle",
"version": "1.0.0",
"description": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/browser_remote/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "browser",
"name": "browser_remote",
"version": "1.0.0",
"description": "",
"scripts": {
Expand Down

0 comments on commit cca9ed2

Please sign in to comment.