Skip to content

Commit 1059d2d

Browse files
committed
Removed coverage/ and .babelrc from the package
1 parent e4b3650 commit 1059d2d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
__mocks__/
22
demo/
33
src/
4+
coverage/
45

56
.idea
6-
.babelrc.yml
7+
.babelrc
78
.codeclimate.yml
89
.editorconfig
910
.eslintignore

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zeecoder/container-query",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A PostCSS plugin and Javascript runtime combination, which allows you to write @container queries in your CSS the same way you would write @media queries.",
55
"main": "index.js",
66
"author": "Viktor Hubert <[email protected]>",

0 commit comments

Comments
 (0)