Skip to content

Commit

Permalink
fix(default): package.json, and ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
pathurs committed Sep 29, 2020
1 parent a6e19df commit 0f4bee8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions default/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ typings/
.next

# Build
build
tsconfig.generated.json
generated/
build/

# Distribute
distribute
distribute/
3 changes: 1 addition & 2 deletions default/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ source/

# Build
build/
tsconfig.json
.eslintrc.js
generated/

# Test
coverage/
Expand Down
2 changes: 1 addition & 1 deletion default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@colonise/config": "latest"
},
"dependencies": {
"tslib": "^1.9.3"
"tslib": "latest"
}
}

0 comments on commit 0f4bee8

Please sign in to comment.