Skip to content

Commit 0c97f36

Browse files
committed
ignore more files
1 parent 872a3c1 commit 0c97f36

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.npmignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
node_modules
2-
test/bundle.js
2+
test/
3+
.babelrc
4+
.eslintrc.json
5+
.prettierrc
6+
rollup.config.js
7+
webpack.config.js
8+
dist/**/*.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gregcello/revealjs-react",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "A React wrapper for the RevealJS Presentation Library.",
55
"keywords": [
66
"React",

0 commit comments

Comments
 (0)