Skip to content

Commit bcae9c0

Browse files
committed
Fixed build bugs
.git was included with release other random files were included with npm publish deleted unused files
1 parent 5c3cb1e commit bcae9c0

File tree

5 files changed

+14
-3568
lines changed

5 files changed

+14
-3568
lines changed

.npmignore

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@ test/
33
docs/
44
.vscode/
55
.sfdx/
6+
debug/
7+
coverage/
68
tsconfig.json
79
.prettierrc
810
.travis.yml
11+
.rpt2_cache
12+
.env
13+
.git
14+
.release-it.json
15+
rollup-plugins
16+
.nyc_output
17+
.rpt2_cache
918
SOQL.g4
1019
ISSUE_TEMPLATE
1120
CONTRIBUTING.md
1221
CHANGELOG.md
13-
debug/
14-
.rpt2_cache
15-
.env
22+
rollup.config.js

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.1
4+
5+
- Removed files that accidentally got included with release with update of `release-it`
6+
37
## 1.1.0
48

59
- Updated `Contributing.md` with more detailed instructions on grammar updates

0 commit comments

Comments
 (0)