Skip to content
This repository has been archived by the owner on Feb 16, 2018. It is now read-only.

Turn into NPM module #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Turn into NPM module #10

wants to merge 2 commits into from

Conversation

koshov
Copy link

@koshov koshov commented Sep 9, 2015

Adds package.js file, which will allow the repo to be listed as dependency in other npm-based repos using the folowing:

"dependencies": {
    "react-scroll-pagination": "cupcake/react-scroll-pagination.git#e8b8ce6"
}

"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason to include this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, it's auto-generated by npm init

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants