Skip to content

Commit f5aefd6

Browse files
committed
fix(docs): remove docs from npm package
1 parent e149dbc commit f5aefd6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/.releaserc
33
/.travis.yml
44
/configs/
5-
/documentation/
5+
/docs/
66
/gulpfile.js
77
/tests/
88
/tutorials/

.releaserc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
{
1212
"assets": [
1313
"builds/**/*.js",
14+
"docs/**",
1415
"package.json",
1516
"CHANGELOG.md"
1617
],

0 commit comments

Comments
 (0)