We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3a84e commit 4e6411bCopy full SHA for 4e6411b
.npmignore
@@ -1,8 +1,11 @@
1
+.dependabot/
2
+.github/
3
.idea/
4
.vscode/
5
6
coverage/
7
cypress/
8
+docs-src/
9
docs/
10
esdoc/
11
jsdoc-template/
@@ -15,7 +18,10 @@ tests/
15
18
.gitignore
16
19
.stylelintrc.js
17
20
.travis.yml
21
+cypress.json
22
index.html
23
+jest.config.js
24
+stats.html
25
yarn.lock
26
yarn-error.log
27
.release-it.js
@@ -15,7 +15,8 @@ module.exports = {
},
github: {
release: true,
- tokenRef: 'GITHUB_AUTH'
+ tokenRef: 'GITHUB_AUTH',
+ assets: ['dist/**/*.css', 'dist/**/*.js', 'dist/**/*.map']
npm: {
publish: true
0 commit comments