Skip to content

Commit

Permalink
Allow npm to be used to install the @elastic/eui package (#1811)
Browse files Browse the repository at this point in the history
* Allow npm to be used to install the @elastic/eui package

* changelog
  • Loading branch information
chandlerprall authored Apr 10, 2019
1 parent ae498f3 commit 0c3c206
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `9.9.0`.
- Re-enable installation of `@elastic/eui` via npm ([#1811](https://github.com/elastic/eui/pull/1811))

## [`9.9.0`](https://github.com/elastic/eui/tree/v9.9.0)

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"docker_image": "node:8",
"sideEffects": false,
"scripts": {
"preinstall": "node ./preinstall_check",
"start": "webpack-dev-server --port 8030 --inline --hot --config=src-docs/webpack.config.js",
"test-docker": "docker pull $npm_package_docker_image && docker run --rm -i -e GIT_COMMITTER_NAME=test -e GIT_COMMITTER_EMAIL=test --user=$(id -u):$(id -g) -e HOME=/tmp -v $(pwd):/app -w /app $npm_package_docker_image bash -c 'npm config set spin false && /opt/yarn*/bin/yarn && npm run test && npm run build'",
"sync-docs": "node ./scripts/docs-sync.js",
Expand Down
5 changes: 0 additions & 5 deletions preinstall_check.js

This file was deleted.

0 comments on commit 0c3c206

Please sign in to comment.