Skip to content

Commit d655be8

Browse files
author
Brian Vaughn
committed
Fixed package.json to include correct files.
1 parent 7926c3f commit d655be8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 1.3.7
4+
Fixed `package.json` to include correct files.
5+
36
## 1.3.6
47
Performance tuning and removal of eager deopts.
58

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "js-search",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
44
"description": "### What is it?",
55
"main": "dist/commonjs/index.js",
66
"directories": {
77
"test": "tests"
88
},
9+
"files": [
10+
"dist"
11+
],
912
"devDependencies": {
1013
"babel-cli": "^6.22.2",
1114
"babel-loader": "^6.2.10",

0 commit comments

Comments
 (0)