Skip to content

Commit

Permalink
Merge pull request #114 from alvarotrigo/dev
Browse files Browse the repository at this point in the history
Merging dev branch 3.0.5
  • Loading branch information
alvarotrigo authored Apr 10, 2019
2 parents cd6f51c + 855f41e commit 5a11fb5
Show file tree
Hide file tree
Showing 8 changed files with 27,999 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p align="center">Official React wrapper for the <a target="_blank" href="https://github.com/alvarotrigo/fullPage.js/">fullpage.js library</a></p>

<p align="center">
<img src="https://img.shields.io/badge/react--fullpage-v0.1.13-brightgreen.svg" alt="react-fullpage version" />
<img src="https://img.shields.io/badge/react--fullpage-v0.1.14-brightgreen.svg" alt="react-fullpage version" />
</p>

- [Demo online](https://alvarotrigo.com/react-fullpage/) | [CodeSandbox](https://codesandbox.io/s/m34yq5q0qx)
Expand Down
8 changes: 4 additions & 4 deletions dist/react-fullpage-umd.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/react-fullpage.js

Large diffs are not rendered by default.

27,968 changes: 27,968 additions & 0 deletions example/dist/bundle.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions example/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>@fullpage/react-fullpage</title>
</head>
<body>
<div id="react-root"></div>
<script type="text/javascript" src="bundle.js"></script></body>
</html>
3 changes: 3 additions & 0 deletions example/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ class App extends React.Component {
{
text: 'section 2',
},
{
text: 'section 3',
}
],
};
}
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullpage/react-fullpage",
"version": "0.1.13",
"version": "0.1.14",
"description": "Official react wrapper for fullPage.js",
"author": "cmswalker",
"contributors": [
Expand All @@ -11,7 +11,8 @@
"license": {
"license": "GPL-3.0",
"url": "https://www.gnu.org/licenses/gpl-3.0.html"
}, "homepage": "https://github.com/alvarotrigo/react-fullpage",
},
"homepage": "https://github.com/alvarotrigo/react-fullpage",
"scripts": {
"dev": "cross-env NODE_ENV=dev webpack-dev-server --progress --mode development --config webpack.config.dev.js",
"build:dev": "npx webpack --progress --mode development --config webpack.config.dev.js",
Expand Down Expand Up @@ -66,6 +67,6 @@
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"fullpage.js": "^3.0.4"
"fullpage.js": "^3.0.5"
}
}

0 comments on commit 5a11fb5

Please sign in to comment.