Skip to content

Commit a25043b

Browse files
committed
maint(Cleanup): Restructure package.json entries to move less relevant info down.
1 parent 070e4d9 commit a25043b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,7 @@
33
"version": "7.0.0",
44
"title": "Markup patterns to drive behaviour.",
55
"description": "Patternslib is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming language. Accessibility, SEO and well structured HTML are core values of Patterns.",
6-
"author": {
7-
"name": "Patterns developers"
8-
},
96
"license": "BSD-3-Clause",
10-
"bugs": {
11-
"url": "https://github.com/patternslib/patterns/issues"
12-
},
13-
"repository": {
14-
"type": "git",
15-
"url": "https://github.com/Patternslib/patterns.git"
16-
},
177
"dependencies": {
188
"@fullcalendar/adaptive": "^5.10.1",
199
"@fullcalendar/core": "^5.10.1",
@@ -103,8 +93,18 @@
10393
"ie >= 11",
10494
"not dead"
10595
],
96+
"author": {
97+
"name": "Patterns developers"
98+
},
10699
"homepage": "https://gitub.com/Patternslib/Patterns",
107100
"docs": "http://patternslib.com/",
101+
"bugs": {
102+
"url": "https://github.com/patternslib/patterns/issues"
103+
},
104+
"repository": {
105+
"type": "git",
106+
"url": "https://github.com/Patternslib/patterns.git"
107+
},
108108
"maintainers": [
109109
{
110110
"name": "Syslab.com GmbH",

0 commit comments

Comments
 (0)