Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "pixil", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Wrapper engine for pixi js", | ||
@@ -12,3 +12,9 @@ "main": "lib/index.js", | ||
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", | ||
"docs": "typedoc --options typedoc.json" | ||
"lint": "tslint -p tsconfig.json", | ||
"docs": "typedoc --options typedoc.json", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm test && npm run lint", | ||
"preversion": "npm run lint", | ||
"version": "npm run format && git add -A src", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
@@ -15,0 +21,0 @@ "repository": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
53295
38
1197