Skip to content
Snippets Groups Projects
Commit d1c9a9fd authored by Stefan Cruz's avatar Stefan Cruz
Browse files

Merge tag '17' into develop

17
parents 52b3f968 a89d30ef
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"sourceUrl": "https://stefancruz.github.io/GrayjayDailymotion/DailymotionConfig.json", "sourceUrl": "https://stefancruz.github.io/GrayjayDailymotion/DailymotionConfig.json",
"scriptUrl": "./DailymotionScript.js", "scriptUrl": "./DailymotionScript.js",
"repositoryUrl": "https://github.com/stefancruz/GrayjayDailymotion", "repositoryUrl": "https://github.com/stefancruz/GrayjayDailymotion",
"version": 16, "version": 17,
"iconUrl": "./DailymotionIcon.png", "iconUrl": "./DailymotionIcon.png",
"id": "9c87e8db-e75d-48f4-afe5-2d203d4b95c5", "id": "9c87e8db-e75d-48f4-afe5-2d203d4b95c5",
"scriptSignature": "", "scriptSignature": "",
......
...@@ -48,7 +48,7 @@ npm run build ...@@ -48,7 +48,7 @@ npm run build
npm start - will build and watch for changes npm start - will build and watch for changes
# notes: ## Notes
- Content of the 'build' folder should not be manually changed since it's recreated for each build. - Content of the 'build' folder should not be manually changed since it's recreated for each build.
- Used [rollup](https://rollupjs.org/) to bundle all the scripts into one. - Used [rollup](https://rollupjs.org/) to bundle all the scripts into one.
- Used npm shrinkwrap to lock the dependency versions of the project. This should avoid new bugs, vulnerabilities and breaking changes (in minor and patches), introduced when the dependencies are automatically updated by npm. - Used npm shrinkwrap to lock the dependency versions of the project. This should avoid new bugs, vulnerabilities and breaking changes (in minor and patches), introduced when the dependencies are automatically updated by npm.
\ No newline at end of file
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"sourceUrl": "https://stefancruz.github.io/GrayjayDailymotion/DailymotionConfig.json", "sourceUrl": "https://stefancruz.github.io/GrayjayDailymotion/DailymotionConfig.json",
"scriptUrl": "./DailymotionScript.js", "scriptUrl": "./DailymotionScript.js",
"repositoryUrl": "https://github.com/stefancruz/GrayjayDailymotion", "repositoryUrl": "https://github.com/stefancruz/GrayjayDailymotion",
"version": 16, "version": 17,
"iconUrl": "./DailymotionIcon.png", "iconUrl": "./DailymotionIcon.png",
"id": "9c87e8db-e75d-48f4-afe5-2d203d4b95c5", "id": "9c87e8db-e75d-48f4-afe5-2d203d4b95c5",
"scriptSignature": "", "scriptSignature": "",
......
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