Skip to content

Commit

Permalink
removed additional files from npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhar committed Jun 14, 2022
1 parent 3ed377f commit 72ec601
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Ignore the following directories.
.idea/
.github/
src/

Expand All @@ -7,3 +8,7 @@ src/
.eslintrc
.prettierrc
tsconfig.json

# Ignore any root level typescript files used to testing.
*.ts
!*.d.ts
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.1

Misc Changes:

- Changes to .npmignore to ignore development files.

## 0.2.0

Features:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archipelago.js",
"version": "0.2.0",
"version": "0.2.1",
"description": "A general-purpose library for communicating with Archipelago game servers written in Node.js.",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit 72ec601

Please sign in to comment.