Skip to content

Commit

Permalink
Add files array to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Feb 17, 2017
1 parent 1022bb4 commit e80dd2b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Expand Up @@ -3,8 +3,21 @@
"version": "4.5.1",
"description": "Manage session history with JavaScript",
"repository": "ReactTraining/history",
"author": "Michael Jackson",
"license": "MIT",
"author": "Michael Jackson",
"files": [
"DOMUtils.js",
"ExecutionEnvironment.js",
"LocationUtils.js",
"PathUtils.js",
"README.md",
"createBrowserHistory.js",
"createHashHistory.js",
"createMemoryHistory.js",
"createTransitionManager.js",
"es",
"umd"
],
"scripts": {
"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
"build": "node ./tools/build.js",
Expand Down

0 comments on commit e80dd2b

Please sign in to comment.