adoscopejs
Advanced tools
Comparing version 0.4.11 to 0.4.12
@@ -5,2 +5,6 @@ # Changelog | ||
### [0.4.12](https://github.com/Melchyore/adoscopejs/compare/v0.4.11...v0.4.12) (2019-05-28) | ||
### [0.4.11](https://github.com/Melchyore/adoscopejs/compare/v0.4.10...v0.4.11) (2019-05-27) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "adoscopejs", | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"description": "Debugger for Adonisjs-based applications", | ||
@@ -9,3 +9,4 @@ "main": "index.js", | ||
"watch": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
"test": "node japaFile.js", | ||
"test": "nyc node japaFile.js", | ||
"coveralls": "npm test && nyc report --reporter=text-lcov | coveralls", | ||
"release": "standard-version" | ||
@@ -65,2 +66,3 @@ }, | ||
"bootstrap-vue": "^2.0.0-rc.20", | ||
"coveralls": "^3.0.3", | ||
"cz-conventional-changelog": "^2.1.0", | ||
@@ -77,2 +79,3 @@ "highlight.js": "^9.15.6", | ||
"node-exceptions": "^4.0.1", | ||
"nyc": "^14.1.1", | ||
"on-finished": "^2.3.0", | ||
@@ -79,0 +82,0 @@ "performance-now": "^2.1.0", |
Sorry, the diff of this file is not supported yet
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
326885
49