remark-custom-blocks
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "remark-custom-blocks", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"repository": { | ||
@@ -22,4 +22,4 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-custom-blocks", | ||
"pretest": "eslint src", | ||
"prepublish": "del-cli dist && BABEL_ENV=production babel --out-dir dist src", | ||
"test": "npm run prepublish && nyc ava __tests__", | ||
"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" | ||
@@ -38,3 +38,16 @@ }, | ||
], | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"ava": "^0.19.1", | ||
"babel-cli": "^6.24.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"cross-env": "^5.0.1", | ||
"del-cli": "^1.0.0", | ||
"eslint": "^4.0.0", | ||
"nyc": "^11.0.2", | ||
"rehype-stringify": "^3.0.0", | ||
"remark-parse": "^3.0.1", | ||
"remark-rehype": "^2.0.1", | ||
"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
8002
11