Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gaer87 committed Apr 24, 2022
1 parent 0cd5d4b commit cf9046a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Expand Up @@ -21,9 +21,7 @@ jobs:
- name: npm install, make test-coverage
run: |
npm install
npm install react
npm install react-dom
npm install prop-types
npm install react@17 react-dom@17 prop-types@15 --no-save
npm run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: npm install, build
run: |
npm install
npm install react react-dom prop-types --no-save
npm install react@17 react-dom@17 prop-types@15 --no-save
npm run test:ci
npm run build
- run: npm publish
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-swipe-to-delete-component",
"version": "1.0.7",
"version": "1.0.8",
"description": "A simple React component implement 'swipe to delete' UI-pattern.",
"homepage": "https://github.com/gaer87/react-swipe-to-delete-component",
"main": "dist/swipe-to-delete.min.js",
Expand Down

0 comments on commit cf9046a

Please sign in to comment.