Skip to content

Commit 5330bd4

Browse files
🎨 style(package.json): Run fixpack.
1 parent 7a67a28 commit 5330bd4

File tree

1 file changed

+56
-56
lines changed

1 file changed

+56
-56
lines changed

package.json

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,35 @@
11
{
22
"name": "@aureooms/js-dll",
33
"description": "Doubly linked list code bricks for JavaScript",
4-
"homepage": "http://aureooms.github.io/js-dll/",
5-
"main": "lib/index.js",
64
"version": "6.0.10",
7-
"repository": {
8-
"url": "https://github.com/aureooms/js-dll.git",
9-
"type": "git"
5+
"author": "aureooms",
6+
"ava": {
7+
"files": [
8+
"test/src/**/*"
9+
],
10+
"require": [
11+
"@babel/polyfill",
12+
"@babel/register"
13+
],
14+
"timeout": "1m"
1015
},
11-
"keywords": [
12-
"bricks",
13-
"data",
14-
"dll",
15-
"doubly linked list",
16-
"doubly",
17-
"linked",
18-
"javascript",
19-
"js",
20-
"list",
21-
"structure",
22-
"structures",
23-
"ender"
24-
],
25-
"scripts": {
26-
"build": "rm -rf lib && babel src -d lib",
27-
"test": "ava",
28-
"esdoc": "esdoc",
29-
"prepare": "npm run build",
30-
"cover": "nyc --reporter=lcov npm test",
31-
"release": "np"
16+
"babel": {
17+
"presets": [
18+
"@babel/preset-env"
19+
],
20+
"plugins": [
21+
"@babel/plugin-proposal-async-generator-functions"
22+
],
23+
"env": {
24+
"development": {
25+
"sourceMaps": "inline"
26+
}
27+
}
3228
},
33-
"author": "aureooms",
29+
"bugs": {
30+
"url": "https://github.com/aureooms/js-dll/issues"
31+
},
32+
"dependencies": {},
3433
"devDependencies": {
3534
"@aureooms/js-list-spec": "^8.0.3",
3635
"@babel/cli": "7.8.4",
@@ -47,35 +46,36 @@
4746
"np": "6.2.3",
4847
"nyc": "15.0.1"
4948
},
50-
"bugs": {
51-
"url": "https://github.com/aureooms/js-dll/issues"
52-
},
53-
"dependencies": {},
54-
"license": "AGPL-3.0",
55-
"babel": {
56-
"presets": [
57-
"@babel/preset-env"
58-
],
59-
"plugins": [
60-
"@babel/plugin-proposal-async-generator-functions"
61-
],
62-
"env": {
63-
"development": {
64-
"sourceMaps": "inline"
65-
}
66-
}
67-
},
68-
"ava": {
69-
"files": [
70-
"test/src/**/*"
71-
],
72-
"require": [
73-
"@babel/polyfill",
74-
"@babel/register"
75-
],
76-
"timeout": "1m"
77-
},
7849
"files": [
7950
"lib"
80-
]
51+
],
52+
"homepage": "http://aureooms.github.io/js-dll/",
53+
"keywords": [
54+
"bricks",
55+
"data",
56+
"dll",
57+
"doubly",
58+
"doubly linked list",
59+
"ender",
60+
"javascript",
61+
"js",
62+
"linked",
63+
"list",
64+
"structure",
65+
"structures"
66+
],
67+
"license": "AGPL-3.0",
68+
"main": "lib/index.js",
69+
"repository": {
70+
"url": "https://github.com/aureooms/js-dll.git",
71+
"type": "git"
72+
},
73+
"scripts": {
74+
"build": "rm -rf lib && babel src -d lib",
75+
"cover": "nyc --reporter=lcov npm test",
76+
"esdoc": "esdoc",
77+
"prepare": "npm run build",
78+
"release": "np",
79+
"test": "ava"
80+
}
8181
}

0 commit comments

Comments
 (0)