Skip to content

Commit 3eb3a81

Browse files
committed
Bumped version and added more metadata
1 parent a682bd8 commit 3eb3a81

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

react-spaces/package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-spaces",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"main": "dist/index.js",
55
"module": "dist/es/index.js",
66
"types": "dist/index.d.ts",
@@ -9,10 +9,22 @@
99
],
1010
"repository": "github:aeagle/react-spaces",
1111
"author": {
12-
"name": "Allan Eagle"
12+
"name": "Allan Eagle",
13+
"url": "https://www.allaneagle.com"
1314
},
15+
"bugs": "https://github.com/aeagle/react-spaces/issues",
16+
"keywords": [
17+
"react",
18+
"reactjs",
19+
"reactjs components",
20+
"component library",
21+
"components",
22+
"web",
23+
"web ui",
24+
"javascript library"
25+
],
1426
"license": "MIT",
15-
"description": "React Layout Components",
27+
"description": "An easy to understand and nestable layout system, React Spaces allow you to divide a page or container into anchored, scrollable and resizable spaces enabling you to build desktop type user interfaces in the browser.",
1628
"dependencies": {
1729
"css-element-queries": "^1.2.1"
1830
},

0 commit comments

Comments
 (0)