Skip to content

Commit 7de8a36

Browse files
committed
Prepare for npm release
1 parent 6ca9e2d commit 7de8a36

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

.npmignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Source files
2+
src/
3+
tests/
4+
commonTestResources/
5+
6+
# Config files
7+
tsconfig*.json
8+
jest.config.cjs
9+
eslint.config.js
10+
.husky/
11+
12+
# Development files
13+
.git/
14+
.github/
15+
coverage/
16+
node_modules/
17+
*.log
18+
19+
# Documentation that's not needed in package
20+
CONTRIBUTING.md

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
{
22
"type": "module",
3-
"private": true,
43
"name": "oasprey",
4+
"version": "1.0.0",
5+
"description": "Jest matchers for testing OpenAPI specifications",
6+
"keywords": ["jest", "openapi", "testing", "api", "validation"],
7+
"homepage": "https://github.com/grove-platform/OASprey#readme",
8+
"bugs": {
9+
"url": "https://github.com/grove-platform/OASprey/issues"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/grove-platform/OASprey.git"
14+
},
15+
"license": "MIT",
16+
"author": "Grove Platform",
517
"main": "dist/index.js",
618
"files": [
719
"dist/",

0 commit comments

Comments
 (0)