We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src
package.json
1 parent f5fd0c0 commit 4a20380Copy full SHA for 4a20380
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+# Head
8
+
9
+- Fixed: exported `src` directory in `package.json`.
10
11
# 0.0.1 - 2017-02-14
12
13
- Chore: initial public release.
package.json
@@ -29,6 +29,7 @@
29
"url": "https://github.com/itgalaxy/browser-sync-dev-hot-webpack-plugin/issues"
30
},
31
"files": [
32
+ "src",
33
"!**/__tests__"
34
],
35
"main": "src/BrowserSyncDevHotWebpackPlugin.js",
0 commit comments