Skip to content

Commit 4a20380

Browse files
author
evilebottnawi
committed
Fixed: exported src directory in package.json.
1 parent f5fd0c0 commit 4a20380

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# Head
8+
9+
- Fixed: exported `src` directory in `package.json`.
10+
711
# 0.0.1 - 2017-02-14
812

913
- Chore: initial public release.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"url": "https://github.com/itgalaxy/browser-sync-dev-hot-webpack-plugin/issues"
3030
},
3131
"files": [
32+
"src",
3233
"!**/__tests__"
3334
],
3435
"main": "src/BrowserSyncDevHotWebpackPlugin.js",

0 commit comments

Comments
 (0)