Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sanctuary-scripts to version 3.x #13

Merged
merged 1 commit into from
Apr 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .config
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ author-name = WEAREREASONABLEPEOPLE B.V.
repo-owner = wearereasonablepeople
repo-name = react-collect
source-files = index.mjs
opening-delimiter = ```jsx
module-type = esm
2 changes: 1 addition & 1 deletion index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function createBaseCollectionManager(item) {
//. Alternatively, for more control, you can manually use the `collect` and
//. `uncollect` functions that are given to the decorated component as props.
//.
//. ```js
//. ```jsx
//. import {collect} from 'react-collect';
//. import {MyComponent} from './my-component';
//.
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@
"devDependencies": {
"coveralls": "^3.0.2",
"esm": "^3.0.68",
"nyc": "^13.1.0",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-test-renderer": "^16.4.1",
"redux": "^4.0.0",
"rollup": "^1.0.0",
"sanctuary-scripts": "^2.0.0",
"sanctuary-scripts": "^3.2.0",
"sanctuary-show": "^1.0.0",
"sanctuary-type-classes": "^10.0.0",
"sinon": "^7.1.0"
Expand Down
2 changes: 0 additions & 2 deletions scripts/doctest

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/test

This file was deleted.