@jsonic/directive
Advanced tools
Comparing version 0.11.1 to 0.11.2
{ | ||
"name": "@jsonic/directive", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support directive syntax.", | ||
@@ -30,3 +30,3 @@ "main": "directive.js", | ||
"clean": "rm -rf node_modules yarn.lock package-lock.json", | ||
"reset": "npm run clean && npm i && npm test", | ||
"reset": "npm run clean && npm i && npm run build && npm test", | ||
"repo-tag": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"` && echo TAG: v$REPO_VERSION && git commit -a -m v$REPO_VERSION && git push && git tag v$REPO_VERSION && git push --tags;", | ||
@@ -54,5 +54,5 @@ "repo-publish": "npm run clean && npm i && npm run repo-publish-quick", | ||
"peerDependencies": { | ||
"@jsonic/jsonic-next": ">=2.10.0" | ||
"@jsonic/jsonic-next": ">=2.12.1" | ||
}, | ||
"dependencies": {} | ||
} |
20268