chore: Added a .npmignore file.

This commit is contained in:
Spencer Brower
2023-05-25 16:18:42 -04:00
parent c05e2adce5
commit fabd856ddf
2 changed files with 5 additions and 0 deletions

3
.npmignore Normal file
View File

@@ -0,0 +1,3 @@
.envrc
src
flake.*

View File

@@ -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": {