@invrs/ads
Advanced tools
Comparing version 0.7.1 to 0.7.2
{ | ||
"name": "@invrs/ads", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Inverse ad code", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"lint": "eslint --ignore-path .gitignore --ext=js .", | ||
"test": "jest test", | ||
"test": "jest", | ||
"watch": "rimraf dist; babel lib --watch --out-dir dist --source-maps" | ||
@@ -41,25 +41,6 @@ }, | ||
"fxtr": "1", | ||
"jest": "^22.4.3", | ||
"jest": "22", | ||
"rimraf": "2" | ||
}, | ||
"babel": { | ||
"env": { | ||
"test": { | ||
"presets": [ | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"targets": { | ||
"browsers": [ | ||
"> 0.5%", | ||
"last 2 versions", | ||
"Firefox ESR", | ||
"not dead" | ||
] | ||
} | ||
} | ||
] | ||
] | ||
} | ||
}, | ||
"presets": [ | ||
@@ -87,8 +68,15 @@ [ | ||
"setupFiles": [ | ||
"./test/setup.js" | ||
"<rootDir>/test/setup.js" | ||
], | ||
"testMatch": [ | ||
"**/*Test.js" | ||
"<rootDir>/test/**/*Test.js" | ||
] | ||
} | ||
}, | ||
"starters": [ | ||
"basics", | ||
"babel", | ||
"babel-scripts", | ||
"babel-web", | ||
"jest" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45615