|
@@ -22,7 +22,10 @@
|
|
"prepublish": "npm run test",
|
|
"prepublish": "npm run test",
|
|
"test": "mocha -r ts-node/register tests/**/*.test.ts"
|
|
"test": "mocha -r ts-node/register tests/**/*.test.ts"
|
|
},
|
|
},
|
|
- "keywords": ["flags", "bits"],
|
|
|
|
|
|
+ "keywords": [
|
|
|
|
+ "flags",
|
|
|
|
+ "bits"
|
|
|
|
+ ],
|
|
"author": "mightyplow@gmail.com",
|
|
"author": "mightyplow@gmail.com",
|
|
"license": "ISC",
|
|
"license": "ISC",
|
|
"dependencies": {},
|
|
"dependencies": {},
|