Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 1320a14a authored by Martin Déclert's avatar Martin Déclert :cd:
Browse files

import de simpleParallax par CDN

parent 9da4477a
No related branches found
No related tags found
No related merge requests found
{
"name": "portfolio-front",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "portfolio-front",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"simple-parallax-js": "^5.6.2"
}
},
"node_modules/simple-parallax-js": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/simple-parallax-js/-/simple-parallax-js-5.6.2.tgz",
"integrity": "sha512-qJPZgg37BstDyvNqONU1YffiJ9P5n4B9IPl5h3kzZ2oEinTRwy1syxfEwTMLXYFHAFCRWXUcWD8yBnVcp8nxdA=="
}
},
"dependencies": {
"simple-parallax-js": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/simple-parallax-js/-/simple-parallax-js-5.6.2.tgz",
"integrity": "sha512-qJPZgg37BstDyvNqONU1YffiJ9P5n4B9IPl5h3kzZ2oEinTRwy1syxfEwTMLXYFHAFCRWXUcWD8yBnVcp8nxdA=="
}
}
}
{
"name": "portfolio-front",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"simple-parallax-js": "^5.6.2"
}
}
......@@ -13,7 +13,7 @@
<%- include('pages/' + template) -%>
<%- include('pages/parts/footer') -%>
<script src="/skin/js/node_modules/simple-parallax-js/dist/simpleParallax.min.js" type="application/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/simple-parallax-js@5.5.1/dist/simpleParallax.min.js"></script>
<script src="/skin/js/index.js" type="application/javascript"></script>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment