Skip to content

Commit

Permalink
fix: BP-7826 | Deprecate (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarrieur authored Aug 27, 2020
1 parent a2a9e80 commit 5fc55e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.md
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
- 12
before_install:
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
- echo -e "machine github.com\n login $GH_TOKEN" > ~/.netrc

script:
- npm test
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Notice: This package is deprecated. The new version of [@stencil/redux](https://github.com/ionic-team/stencil-redux) no longer requires this fix.

## Stencil Redux

A simple redux connector for Stencil-built web components inspired by [`react-redux`](https://github.com/reduxjs/react-redux).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boldpenguin/stencil-redux",
"version": "0.2.1",
"version": "0.2.2",
"description": "Stencil Redux - A simple redux-connector for Stencil-built web components",
"main": "dist/index.js",
"module": "dist/esm/es5/index.js",
Expand Down

0 comments on commit 5fc55e0

Please sign in to comment.