Skip to content

Commit cfa4b55

Browse files
authored
Merge pull request #4 from JaredCE/add-npm-ignore
Add npm ignore
2 parents 7b4685e + f0cb077 commit cfa4b55

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/test/*
2+
.github/*
3+
.gitignore
4+
.husky/*

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-arazzo-workflows",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Document your Serverless Framework API workflows with the OpenAPI Arazzo Workflow Spec",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)