Skip to content

Commit

Permalink
Fix accidental index.d.ts file removal (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 17, 2021
1 parent f33d9b1 commit 742d063
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ coverage/
docs/
lint/
node_modules/
src/
src/*

# Configuration files
.codeclimate.yml
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "async-wait-until",
"version": "2.0.0",
"version": "2.0.1",
"description": "Waits for a given predicate callback to return a truthy value and resolves",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -61,7 +61,7 @@
"url": "https://github.com/devlato/async-wait-until/issues"
},
"homepage": "https://github.com/devlato/async-wait-until#readme",
"files": ["package.json", "README.md", ".gitignore", ".editorconfig", "src"],
"files": ["package.json", "README.md", "LICENSE", "dist/*.js", "dist/*.d.ts"],
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
Expand Down

0 comments on commit 742d063

Please sign in to comment.