Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "rebber", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Stringifies MDAST to LaTeX", | ||
@@ -12,13 +12,7 @@ "repository": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/rebber", | ||
], | ||
"nyc": { | ||
"exclude": [ | ||
"dist", | ||
"__tests__" | ||
] | ||
}, | ||
"scripts": { | ||
"pretest": "eslint src", | ||
"prepare": "del-cli dist && cross-env BABEL_ENV=production babel --out-dir dist src", | ||
"test": "npm run prepare && nyc ava __tests__", | ||
"coverage": "./node_modules/.bin/nyc report --reporter=text-lcov > coverage/coverage.lcov" | ||
"test": "jest", | ||
"coverage": "jest --coverage" | ||
}, | ||
@@ -43,4 +37,4 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"ava": "^0.19.1", | ||
"babel-cli": "^6.24.1", | ||
"babel-jest": "^20.0.3", | ||
"babel-preset-es2015": "^6.24.1", | ||
@@ -50,9 +44,9 @@ "cross-env": "^5.0.1", | ||
"eslint": "^4.0.0", | ||
"nyc": "^11.0.2", | ||
"remark-captions": "^0.0.6", | ||
"remark-emoticons": "^0.0.15", | ||
"jest": "^20.0.4", | ||
"remark-captions": "^0.0.7", | ||
"remark-emoticons": "^0.0.16", | ||
"remark-parse": "^3.0.1", | ||
"remark-sub-super": "^0.0.13", | ||
"remark-sub-super": "^0.0.14", | ||
"unified": "^6.1.5" | ||
} | ||
} |
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
14263