Skip to content

Commit

Permalink
add module(mjs) and main to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Jul 25, 2018
1 parent 027b522 commit f8bd986
Show file tree
Hide file tree
Showing 11 changed files with 1,167 additions and 34 deletions.
3 changes: 0 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"plugins": [
"syntax-jsx",
"syntax-object-rest-spread",
"transform-regenerator",
"transform-runtime",
"syntax-async-generators",
"transform-class-properties"
],
"presets": [
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ Any contribution and correction appreciated. Just fork repo, commit and make PR,

## Contributing
1 Fork the repo:
* Remove *react-horizontal-scrolling-menu* from *package.json* in demo project(expamples)
* In root folder ```run npm link```
* In examples folder run ```npm link react-horizontal-scrolling-menu```
* Run ```npm install``` in examples and root folders
Expand All @@ -187,7 +186,7 @@ Any contribution and correction appreciated. Just fork repo, commit and make PR,
3 Check that all tests passed and add tests for your code.
* You can use ```npm run test:watch``` for run tests in watch mode

4 Update readme and example(if needed) and run ```npm install --save react-horizontal-scrolling-menu``` in demo project
4 Update readme and example(if needed)

5 Run ```npm run build``` , make commit and Pull Request

Expand Down
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f8bd986

Please sign in to comment.