UNPKG
humpty
Version:
latest (0.0.2)
0.0.2
0.0.1
Makes sure your changelogs mention your breaking changes
humpty
/
.npmignore
23 lines
(17 loc)
•
186 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# editors
.idea .vscode
# library
node_modules/
# MacOS
.DS_Store
# coverage reports
coverage/
# yarn
yarn.
lock
# CI
.travis.yml
# logs
yarn-error.log npm-debug.log npm-debug.log.*