Skip to content

Commit

Permalink
expose isorender dir in published package
Browse files Browse the repository at this point in the history
  • Loading branch information
tdumitrescu committed Aug 30, 2016
1 parent 2319eb1 commit aa4943d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
build
test/fixtures/build.js
npm-debug.log
isorender
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Web Components with Virtual DOM: lightweight composable web apps",
"main": "build/index.js",
"scripts": {
"build": "babel lib -d build",
"build": "babel lib -d build && cp -r build/isorender .",
"build-test": "webpack --config test/fixtures/webpack.config.js",
"docs": "rm -rf docs && jsdoc lib -t node_modules/minami -R README-API.md -d docs",
"prepublish": "npm run build",
Expand Down

0 comments on commit aa4943d

Please sign in to comment.