Skip to content

Commit

Permalink
coverage & version
Browse files Browse the repository at this point in the history
  • Loading branch information
mertasan committed Jun 26, 2021
1 parent 5823488 commit d7d7e8d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mertasan/tailwindcss-variables",
"version": "1.3.1",
"version": "1.3.2",
"description": "Easily create css variables without the need for a css file!",
"main": "src/index.js",
"license": "GPL-3.0-or-later",
Expand All @@ -15,6 +15,7 @@
},
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"build": "env NODE_ENV=production node scripts/build.js",
"build:clean": "env NODE_ENV=production CLEAN=true node scripts/build.js",
"style": "eslint .",
Expand Down Expand Up @@ -80,19 +81,21 @@
"<rootDir>/__tests__/**/*.test.js"
],
"collectCoverageFrom": [
"<rootDir>/__tests__/**/*.js"
],
"coveragePathIgnorePatterns": [
"<rootDir>/__tests__/util/"
"src/**/*.js",
"!**/node_modules/**"
],
"testPathIgnorePatterns": [
"<rootDir>/__tests__/util/"
],
"collectCoverage": true,
"coverageReporters": [
"json",
"html"
]
},
"browserslist": [
"> 1%",
"not edge <= 18",
"not safari <= 13",
"not ie 11",
"not op_mini all"
],
Expand Down

0 comments on commit d7d7e8d

Please sign in to comment.