Skip to content

Commit 0abf808

Browse files
committed
Made Jest a dev-only dependency
1 parent c15f6ff commit 0abf808

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zeecoder/container-query",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
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]>",
@@ -25,7 +25,6 @@
2525
],
2626
"license": "MIT",
2727
"dependencies": {
28-
"jest": "^19.0.1",
2928
"lodash.camelcase": "^4.3.0",
3029
"lodash.trim": "^4.5.1",
3130
"postcss": "^5.2.13"
@@ -45,7 +44,7 @@
4544
"babel-preset-es2015": "^6.22.0",
4645
"coveralls": "^2.11.16",
4746
"eslint": "^3.15.0",
48-
"jest": "^18.1.0"
47+
"jest": "^19.0.2"
4948
},
5049
"scripts": {
5150
"pretest": "npm run lint",

0 commit comments

Comments
 (0)