Skip to content

Commit 87455f8

Browse files
authored
Merge pull request #2194 from adumesny/master
doc update
2 parents 2098fb2 + 72ab925 commit 87455f8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "gridstack",
33
"version": "7.2.2-dev",
4+
"license": "MIT",
5+
"author": "Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)",
6+
"contributors": [
7+
"Pavel Reznikov <pashka.reznikov@gmail.com>",
8+
"Dylan Weiss <dylan.weiss@gmail.com> (https://dylandreams.com)"
9+
],
410
"description": "TypeScript/JS lib for dashboard layout and creation, responsive, mobile support, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)",
511
"main": "./dist/gridstack.js",
612
"types": "./dist/gridstack.d.ts",
@@ -46,16 +52,11 @@
4652
"Vue",
4753
"JavaScript"
4854
],
49-
"author": "Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)",
50-
"contributors": [
51-
"Pavel Reznikov <pashka.reznikov@gmail.com>",
52-
"Dylan Weiss <dylan.weiss@gmail.com> (https://dylandreams.com)"
53-
],
54-
"license": "MIT",
5555
"bugs": {
5656
"url": "https://github.com/gridstack/gridstack.js/issues"
5757
},
5858
"homepage": "http://gridstackjs.com/",
59+
"dependencies": {},
5960
"devDependencies": {
6061
"@types/jasmine": "^3.5.9",
6162
"@typescript-eslint/eslint-plugin": "^4.6.0",

0 commit comments

Comments
 (0)