Skip to content

Commit 3113172

Browse files
committed
Version control javascript libraries with NPM
NPM is another packagemanager for JS. So we use composer first and when we can't find the package there we check with npm. This change does require more changes for maintainer-install & any checkout.
1 parent bc44652 commit 3113172

File tree

118 files changed

+101
-57509
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+101
-57509
lines changed

webapp/node_modules/.gitignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/node_modules/.package-lock.json

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/package-lock.json

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"dependencies": {
3+
"@melloware/coloris": "^0.25.0",
4+
"bootstrap-toggle": "^2.2.2",
5+
"jquery-debounce-throttle": "^1.0.6-rc.0",
6+
"monaco": "^1.201704190613.0"
7+
}
8+
}

webapp/public/js/bootstrap-toggle.min.js

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../node_modules/bootstrap-toggle/js/bootstrap-toggle.min.js

webapp/public/js/bootstrap-toggle.min.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

webapp/public/js/bootstrap-toggle.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)