Skip to content

Commit 81c311b

Browse files
🎨 style(package.json): Run fixpack.
1 parent d846c9a commit 81c311b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,15 @@
4242
"ava": "^3.8.1",
4343
"coveralls": "^3.1.0",
4444
"esdoc": "^1.1.0",
45-
"np": "^6.2.3",
46-
"nyc": "^15.0.1",
4745
"esdoc-inject-script-plugin": "1.0.0",
4846
"esdoc-inject-style-plugin": "1.0.0",
49-
"esdoc-standard-plugin": "1.0.0"
47+
"esdoc-standard-plugin": "1.0.0",
48+
"np": "^6.2.3",
49+
"nyc": "^15.0.1"
5050
},
51+
"files": [
52+
"lib"
53+
],
5154
"homepage": "https://aureooms.github.io/js-codec-base64",
5255
"keywords": [
5356
"base64",
@@ -65,12 +68,9 @@
6568
"scripts": {
6669
"build": "rm -rf lib && babel src -d lib",
6770
"cover": "nyc --reporter=lcov npm test",
71+
"esdoc": "esdoc",
6872
"prepare": "npm run build",
6973
"release": "np",
70-
"test": "ava",
71-
"esdoc": "esdoc"
72-
},
73-
"files": [
74-
"lib"
75-
]
74+
"test": "ava"
75+
}
7676
}

0 commit comments

Comments
 (0)