Skip to content

Commit

Permalink
Update Readme with new links
Browse files Browse the repository at this point in the history
  • Loading branch information
EmaSuriano committed Oct 26, 2018
1 parent b68bcd5 commit 89439a8
Show file tree
Hide file tree
Showing 3 changed files with 8,478 additions and 13 deletions.
14 changes: 6 additions & 8 deletions README.md
Expand Up @@ -6,11 +6,9 @@

Describe react-scroll-section here.

[build-badge]: https://img.shields.io/travis/user/repo/master.png?style=flat-square
[build]: https://travis-ci.org/user/repo

[npm-badge]: https://img.shields.io/npm/v/npm-package.png?style=flat-square
[npm]: https://www.npmjs.org/package/npm-package

[coveralls-badge]: https://img.shields.io/coveralls/user/repo/master.png?style=flat-square
[coveralls]: https://coveralls.io/github/user/repo
[build-badge]: https://img.shields.io/travis/user/repo/master.png
[build]: https://travis-ci.org/EmaSuriano/react-scroll-section
[npm-badge]: https://img.shields.io/npm/v/npm-package.png
[npm]: https://www.npmjs.org/package/react-scroll-section
[coveralls-badge]: https://img.shields.io/coveralls/user/repo/master.png
[coveralls]: https://coveralls.io/github/EmaSuriano/react-scroll-section
16 changes: 11 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "react-scroll-section",
"version": "1.0.0",
"description": "react-scroll-section React component",
"description": "React library to provide a declarative scroll to between sections",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
Expand All @@ -17,22 +17,28 @@
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
"test:watch": "nwb test-react --server",
"deploy": "gh-pages -d demo/dist"
},
"dependencies": {},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"gh-pages": "^2.0.1",
"nwb": "0.23.x",
"react": "^16.6.0",
"react-dom": "^16.6.0"
},
"author": "",
"homepage": "",
"author": "EmaSuriano",
"homepage": "https://emasuriano.github.io/react-scroll-section/",
"license": "MIT",
"repository": "",
"keywords": [
"react-component"
"react-component",
"scroll",
"scrolling",
"section",
"declarative"
]
}

0 comments on commit 89439a8

Please sign in to comment.