Skip to content

Commit

Permalink
Run sort-package-json
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Apr 6, 2019
1 parent 47b1cff commit 3a4012a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
"name": "rfc4648",
"version": "1.2.0",
"description": "Encoding and decoding for base64, base32, base16, and friends",
"license": "MIT",
"keywords": [
"Uint8Array",
"base16",
"base32",
"base32hex",
"base64",
"base64url",
"hex",
"Uint8Array"
"hex"
],
"repository": {
"type": "git",
"url": "[email protected]:swansontec/rfc4648.js.git"
},
"license": "MIT",
"author": "William Swanson",
"files": [
"CHANGELOG.md",
Expand All @@ -20,10 +24,6 @@
],
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"repository": {
"type": "git",
"url": "[email protected]:swansontec/rfc4648.js.git"
},
"scripts": {
"build": "buble -i src --o lib --no modules && rollup -c",
"lint": "standard '*.js' 'src/**/*.js' 'test/**/*.js'",
Expand Down

0 comments on commit 3a4012a

Please sign in to comment.