Skip to content

Commit

Permalink
Merge branch '5.0-dev' into 5.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw_lis committed Feb 8, 2024
2 parents 837115a + 67ccafa commit 91d55a8
Show file tree
Hide file tree
Showing 42 changed files with 33,248 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
logs/*
!.gitkeep
node_modules/
bower_components/
bower_components/*
!bower_components/jsPlumb
tmp
.DS_Store
.idea
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"angular-ui-sortable": "*",
"angular-breadcrumb": "0.4.x",
"angular-ui-router": "0.4.x",
"jsPlumb": "1.7.6",
"ng-context-menu-concerto": "1.0.x",
"jquery-mousewheel": "3.1.x",
"pdfmake": "0.1.33",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"name": "jsPlumb",
"version": "1.7.6",
"ignore": [
"demo",
"dist/apidocs",
"dist/demo",
"dist/doc",
"dist/lib",
"dist/tests",
"dist/index.html",
"doc",
"img",
"lib",
"jekyll",
"node_modules",
"src",
"tests",
"Gruntfile.js",
"README.md",
"changelog.txt",
"index.html",
"build-support.js",
"package.json",
"todo.txt",
"**/.*",
"bower_components",
"test"
],
"main": [
"dist/js/dom.jsPlumb-1.7.6.js"
],
"homepage": "http://jsplumbtoolkit.com",
"authors": [
"jsPlumb <[email protected]>"
],
"description": "Visual connectivity for webapps",
"license": "MIT/GPL2",
"_release": "1.7.6",
"_resolution": {
"type": "version",
"tag": "1.7.6",
"commit": "a6d541bccef174c5d39cb535f71f5113097e99ab"
},
"_source": "https://github.com/sporritt/jsPlumb.git",
"_target": "1.7.6",
"_originalSource": "jsPlumb"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "jsPlumb",
"version": "1.7.6",
"ignore": [
"demo",
"dist/apidocs",
"dist/demo",
"dist/doc",
"dist/lib",
"dist/tests",
"dist/index.html",
"doc",
"img",
"lib",
"jekyll",
"node_modules",
"src",
"tests",
"Gruntfile.js",
"README.md",
"changelog.txt",
"index.html",
"build-support.js",
"package.json",
"todo.txt",
"**/.*",
"bower_components",
"test"
],
"main": [
"dist/js/dom.jsPlumb-1.7.6.js"
],
"homepage": "http://jsplumbtoolkit.com",
"authors": [
"jsPlumb <[email protected]>"
],
"description": "Visual connectivity for webapps",
"license": "MIT/GPL2"
}

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

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

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 91d55a8

Please sign in to comment.