Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit d89cb49

Browse files
author
Henry Rodrick
committed
Remove dist dir from gitignore, as it breaks npm publish
1 parent a6c21fa commit d89cb49

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,3 @@ typings/
8686

8787
# DynamoDB Local files
8888
.dynamodb/
89-
90-
# aegir
91-
dist/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hlsjs-ipfs-loader",
3-
"version": "0.2.0",
3+
"version": "0.2.2",
44
"description": "IPFS loader for hls.js",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)