Skip to content

Commit 8117dc3

Browse files
author
Rodrigo Solis
committed
fix: publishing to npm error
1 parent 8894772 commit 8117dc3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.npmignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
.idea
12
.babelrc
23
.eslintrc.js
34
.editorconfig
4-
.eslintignore
5+
.eslintignore
6+
examples/**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proxy-validator",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)