slack-message-parser
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -10,2 +10,8 @@ # Changelog | ||
## [2.0.1] - 2022-03-13 | ||
### Fixed | ||
- Removed unnecessary files from published tarball ([557cf72](https://github.com/pocka/slack-message-parser/commit/557cf72c14511d2450ee283a58376974e51c4f49)). | ||
## [2.0.0] - 2022-03-13 | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "slack-message-parser", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Parser for Slack message", | ||
@@ -15,2 +15,6 @@ "main": "lib/index.js", | ||
}, | ||
"files": [ | ||
"lib", | ||
"docs/**/*.md" | ||
], | ||
"repository": { | ||
@@ -17,0 +21,0 @@ "type": "git", |
33164
21
373