this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use standard package.json property order

see https://docs.npmjs.com/cli/v9/configuring-npm/package-json

+8 -8
+8 -8
package.json
··· 2 2 "name": "bb26", 3 3 "version": "2.2.0", 4 4 "description": "Utilities for working with bijective base-26 numerals", 5 - "repository": "github:ptrkcsk/BB26", 6 - "author": "Patrik Csak <p@trikcsak.com>", 7 - "license": "MIT", 8 - "bugs": { 9 - "url": "https://github.com/ptrkcsk/BB26/issues" 10 - }, 11 - "homepage": "https://github.com/ptrkcsk/BB26#readme", 12 5 "keywords": [ 13 6 "base 26", 14 7 "bijective base 26", ··· 18 11 "spreadsheet column letters", 19 12 "license plate serials" 20 13 ], 21 - "main": "dist", 14 + "homepage": "https://github.com/ptrkcsk/BB26#readme", 15 + "bugs": { 16 + "url": "https://github.com/ptrkcsk/BB26/issues" 17 + }, 18 + "license": "MIT", 19 + "author": "Patrik Csak <p@trikcsak.com>", 22 20 "files": [ 23 21 "dist" 24 22 ], 23 + "main": "dist", 24 + "repository": "github:ptrkcsk/BB26", 25 25 "scripts": { 26 26 "build": "tsc", 27 27 "format": "xo --fix",