Skip to content

Commit

Permalink
fix: publish dist directory instead of whole folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacrelf committed Sep 11, 2018
1 parent 1897240 commit 50f7dc9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"test": "jest",
"test-tdd": "jest --watchAll --no-cache",
"test-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand",
"release": "node ./tools/tasks/release",
"release": "yarn build && node ./tools/tasks/release",
"postinstall": "yarn build-tools",
"lint": "tslint packages/**/*.ts -t verbose",
"aio": "compodoc -p ./tsconfig.json --output ./aio --hideGenerator --silent"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Angular. It is based on, and very similar to [`react-dnd`][react-dnd] by [Dan
Abramov][gaearon] and others, and is also powered by [`dnd-core`][dnd-core]. It
is compatible with all backends.

### [Check out the Examples here](./examples/).
### [Check out the examples here](./examples/).

[react-dnd]: https://react-dnd.github.io/react-dnd/
[gaearon]: https://github.com/gaearon
Expand Down
3 changes: 2 additions & 1 deletion packages/core/ng-package.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
module.exports = require("../../ng-package");
module.exports = require("../../ng-package");

2 changes: 1 addition & 1 deletion packages/multi-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ First, it re-exports [`dnd-multi-backend`][dnd-multi-backend], [`react-dnd-touch
[touch-backend]: https://github.com/yahoo/react-dnd-touch-backend
[dnd-multi-backend]: https://github.com/LouisBrunner/react-dnd-multi-backend

Second, it gives you a convenient and easy way to render previews for when the touch backend is in use.
Second, it gives you a convenient and easy way to render previews when the touch backend is in use.

## Installation

Expand Down
3 changes: 2 additions & 1 deletion packages/multi-backend/ng-package.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
module.exports = require("../../ng-package");
module.exports = require("../../ng-package");

1 change: 1 addition & 0 deletions packages/sortable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
[![npm](https://img.shields.io/npm/v/@angular-skyhook/sortable.svg)](https://www.npmjs.com/package/@angular-skyhook/sortable)

Placeholder for `@angular-skyhook/sortable` docs.

3 changes: 2 additions & 1 deletion packages/sortable/ng-package.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
module.exports = require("../../ng-package");
module.exports = require("../../ng-package");

0 comments on commit 50f7dc9

Please sign in to comment.