Skip to content

Commit

Permalink
chore(dist): ship untranspiled source (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
pravdomil authored and TheSharpieOne committed May 2, 2018
1 parent 3ef6f05 commit 9317572
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"jsdelivr": "dist/reactstrap.min.js",
"unpkg": "dist/reactstrap.min.js",
"cdn": "dist/reactstrap.min.js",
"esnext": "src",
"scripts": {
"report-coverage": "coveralls < ./coverage/lcov.info",
"test": "cross-env BABEL_ENV=test react-scripts test --env=jsdom",
Expand All @@ -30,7 +31,8 @@
"README.md",
"CHANGELOG.md",
"lib",
"dist"
"dist",
"src"
],
"keywords": [
"reactstrap",
Expand Down

0 comments on commit 9317572

Please sign in to comment.