Skip to content

Commit 27a7535

Browse files
authored
Merge branch 'master' into aledalgrande-patch-1
2 parents e3e8ba0 + 4536e75 commit 27a7535

File tree

5 files changed

+243
-243
lines changed

5 files changed

+243
-243
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
node_modules
2-
coverage
1+
*.tgz
32
complexity
4-
npm-debug.log
3+
coverage.html
54
jsonapi-server.cpuprofile
5+
node_modules
6+
npm-debug.log

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
!test
2+
*~
13
.*
4+
complexity
5+
coverage.html
6+
jsonapi-server.cpuprofile

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- 2017-09-23 - v3.2.1
2+
- 2017-09-23 - Fix packaging.
13
- 2017-09-19 - v3.2.0
24
- 2017-09-19 - Node.js 8 support.
35
- 2017-09-14 - v3.1.0

0 commit comments

Comments
 (0)