mirror of
https://github.com/sbrow/strings.git
synced 2025-12-29 23:17:39 -05:00
chore: Added a .npmignore file.
This commit is contained in:
3
.npmignore
Normal file
3
.npmignore
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.envrc
|
||||||
|
src
|
||||||
|
flake.*
|
||||||
@@ -7,8 +7,10 @@
|
|||||||
"repository": "https://github.com/sbrow/strings",
|
"repository": "https://github.com/sbrow/strings",
|
||||||
"author": "Spencer Brower <brower.spencer@gmail.com>",
|
"author": "Spencer Brower <brower.spencer@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"private": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
"build:docs": "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts",
|
||||||
"test": "vitest --run"
|
"test": "vitest --run"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user