@sidiousvic/phantom
Advanced tools
Comparing version 1.5.22 to 1.5.23
{ | ||
"name": "@sidiousvic/phantom", | ||
"version": "1.5.22", | ||
"version": "1.5.23", | ||
"description": "A Redux—powered, reactive state DOM renderer", | ||
"main": "dist/phantom.js", | ||
"access": "public", | ||
"author": "sidiousvic", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/sidiousvic/phantom/issues" | ||
}, | ||
"homepage": "https://github.com/sidiousvic/phantom#readme", | ||
"types": "types.d.ts", | ||
@@ -12,2 +18,11 @@ "files": [ | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/sidiousvic/phantom.git" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "pretty-quick --staged" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -22,6 +37,2 @@ "build": "webpack", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/sidiousvic/phantom.git" | ||
}, | ||
"keywords": [ | ||
@@ -35,9 +46,5 @@ "renderer", | ||
], | ||
"author": "sidiousvic", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/sidiousvic/phantom/issues" | ||
"dependencies": { | ||
"prettier": "^2.0.5" | ||
}, | ||
"homepage": "https://github.com/sidiousvic/phantom#readme", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -54,4 +61,6 @@ "@babel/core": "^7.10.3", | ||
"html-webpack-plugin": "^4.3.0", | ||
"husky": "^4.2.5", | ||
"jest": "^26.0.1", | ||
"nodemon": "^2.0.4", | ||
"pretty-quick": "^2.0.1", | ||
"redux": "^4.0.5", | ||
@@ -58,0 +67,0 @@ "serialize-javascript": "^4.0.0", |
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
75387
1
23
+ Addedprettier@^2.0.5
+ Addedprettier@2.8.8(transitive)