Skip to content

Commit 9b258fe

Browse files
author
Rodrigo Solis
committed
Merge branch 'develop'
* develop: v0.1.3 fix: publishing to npm error
2 parents 8894772 + eeccefd commit 9b258fe

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
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/**

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.1.3"></a>
2+
## [0.1.3](https://github.com/sorodrigo/proxy-validator/compare/v0.1.2...v0.1.3) (2017-12-27)
3+
4+
5+
### Bug Fixes
6+
7+
* publishing to npm error ([8117dc3](https://github.com/sorodrigo/proxy-validator/commit/8117dc3))
8+
9+
10+
111
<a name="0.1.2"></a>
212
# [0.1.2](https://github.com/sorodrigo/proxy-validator/compare/v0.1.1...v0.1.2) (2017-12-27)
313

package.json

Lines changed: 1 addition & 1 deletion
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)