Skip to content

Commit 43625f5

Browse files
committed
added MIT license back to package.json
* fix #2086
1 parent 987553c commit 43625f5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gridstack",
33
"version": "7.0.1-dev",
4-
"description": "TypeScript/JS lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)",
4+
"description": "TypeScript/JS lib for dashboard layout and creation, mobile support, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)",
55
"main": "./dist/gridstack.js",
66
"types": "./dist/gridstack.d.ts",
77
"repository": {
@@ -46,16 +46,16 @@
4646
"Vue",
4747
"JavaScript"
4848
],
49-
"author": "Pavel Reznikov <pashka.reznikov@gmail.com>",
49+
"author": "Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)",
5050
"contributors": [
51-
"Dylan Weiss <dylan.weiss@gmail.com> (https://dylandreams.com)",
52-
"Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)"
51+
"Pavel Reznikov <pashka.reznikov@gmail.com>",
52+
"Dylan Weiss <dylan.weiss@gmail.com> (https://dylandreams.com)"
5353
],
54-
"license": "see GridStack root license",
54+
"license": "MIT",
5555
"bugs": {
5656
"url": "https://github.com/gridstack/gridstack.js/issues"
5757
},
58-
"homepage": "http://gridstack.github.io/gridstack.js/",
58+
"homepage": "http://gridstack.js/",
5959
"devDependencies": {
6060
"@types/jasmine": "^3.5.9",
6161
"@typescript-eslint/eslint-plugin": "^4.6.0",

0 commit comments

Comments
 (0)