Skip to content

Commit febd042

Browse files
🤖 chore: Lint configuration files.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/17001e676fa44361155baf8a8e44894908dd6c6d/src/transforms/package.json:initial-lint.js Please contact the author of the transform if you believe there was an error.
1 parent 433976f commit febd042

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

package.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,35 @@
22
"name": "@aureooms/js-mapping",
33
"description": "Mapping library for JavaScript",
44
"version": "4.0.0",
5+
"license": "AGPL-3.0",
56
"author": "Aurélien Ooms <[email protected]>",
6-
"ava": {
7-
"require": [
8-
"@babel/polyfill",
9-
"@babel/register"
10-
],
11-
"files": [
12-
"test/src/**/*"
13-
],
14-
"timeout": "1m"
15-
},
16-
"babel": {
17-
"presets": [
18-
"@babel/preset-env"
19-
],
20-
"env": {
21-
"development": {
22-
"sourceMaps": "inline"
23-
}
24-
}
7+
"homepage": "https://aureooms.github.io/js-mapping",
8+
"repository": {
9+
"url": "https://github.com/aureooms/js-mapping",
10+
"type": "git"
2511
},
2612
"bugs": {
2713
"url": "https://github.com/aureooms/js-mapping/issues"
2814
},
15+
"keywords": [
16+
"javascript",
17+
"js",
18+
"mapping"
19+
],
20+
"main": "lib/index.js",
21+
"files": [
22+
"lib"
23+
],
24+
"scripts": {
25+
"build": "rm -rf lib && babel src -d lib",
26+
"cover": "nyc --reporter=lcov npm test",
27+
"esdoc": "esdoc",
28+
"lint-config": "fixpack --dryRun",
29+
"lint-config-and-fix": "fixpack || fixpack",
30+
"prepare": "npm run build",
31+
"release": "np",
32+
"test": "ava"
33+
},
2934
"dependencies": {},
3035
"devDependencies": {
3136
"@aureooms/js-itertools": "5.0.1",
@@ -40,33 +45,28 @@
4045
"esdoc-inject-script-plugin": "1.0.0",
4146
"esdoc-inject-style-plugin": "1.0.0",
4247
"esdoc-standard-plugin": "1.0.0",
48+
"fixpack": "4.0.0",
4349
"np": "7.4.0",
44-
"nyc": "15.1.0",
45-
"fixpack": "4.0.0"
50+
"nyc": "15.1.0"
4651
},
47-
"files": [
48-
"lib"
49-
],
50-
"homepage": "https://aureooms.github.io/js-mapping",
51-
"keywords": [
52-
"javascript",
53-
"js",
54-
"mapping"
55-
],
56-
"license": "AGPL-3.0",
57-
"main": "lib/index.js",
58-
"repository": {
59-
"url": "https://github.com/aureooms/js-mapping",
60-
"type": "git"
52+
"ava": {
53+
"require": [
54+
"@babel/polyfill",
55+
"@babel/register"
56+
],
57+
"files": [
58+
"test/src/**/*"
59+
],
60+
"timeout": "1m"
6161
},
62-
"scripts": {
63-
"build": "rm -rf lib && babel src -d lib",
64-
"cover": "nyc --reporter=lcov npm test",
65-
"esdoc": "esdoc",
66-
"prepare": "npm run build",
67-
"release": "np",
68-
"test": "ava",
69-
"lint-config": "fixpack --dryRun",
70-
"lint-config-and-fix": "fixpack || fixpack"
62+
"babel": {
63+
"presets": [
64+
"@babel/preset-env"
65+
],
66+
"env": {
67+
"development": {
68+
"sourceMaps": "inline"
69+
}
70+
}
7171
}
7272
}

0 commit comments

Comments
 (0)