Skip to content

Commit

Permalink
added license information in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nopeslide committed Oct 21, 2020
1 parent 152db0d commit 1f56e61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions drawio_desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
"displayName": "Draw.io: Mermaid plugin",
"description": "Mermaid plugin for Draw.io Desktop",
"version": "0.0.0",
"license": "GPL-3.0",
"publisher": "nopeslide",
"repository": "https://github.com/nopeslide/drawio_mermaid_plugin",
"readme": "./README.md",
"scripts": {
"webpack": "webpack --mode production",
"build": "npm run webpack"
"webpack:production": "webpack --mode production",
"webpack:development": "webpack --mode development",
"build": "npm run webpack:production",
"dev": "npm run webpack:development"
},
"devDependencies": {
"mermaid": "^8.8.1",
Expand Down
1 change: 1 addition & 0 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"displayName": "Draw.io Integration: Mermaid plugin",
"description": "Mermaid plugin for Draw.io Integration",
"version": "0.0.0",
"license": "GPL-3.0",
"publisher": "nopeslide",
"repository": "https://github.com/nopeslide/drawio_mermaid_plugin",
"readme": "./README.md",
Expand Down

0 comments on commit 1f56e61

Please sign in to comment.