adoscopejs
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -5,2 +5,6 @@ # Changelog | ||
### [0.4.1](https://github.com/Melchyore/adoscopejs/compare/v0.4.0...v0.4.1) (2019-05-27) | ||
## [0.4.0](https://github.com/Melchyore/adoscope/compare/v0.3.0...v0.4.0) (2019-05-27) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "adoscopejs", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Debugger for Adonisjs-based applications", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/Melchyore/adoscope.git" | ||
"url": "git+https://github.com/Melchyore/adoscopejs.git" | ||
}, | ||
@@ -30,5 +30,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Melchyore/adoscope/issues" | ||
"url": "https://github.com/Melchyore/adoscopejs/issues" | ||
}, | ||
"homepage": "https://github.com/Melchyore/adoscope#readme", | ||
"homepage": "https://github.com/Melchyore/adoscopejs#readme", | ||
"dependencies": { | ||
@@ -35,0 +35,0 @@ "@types/lodash": "^4.14.123", |
@@ -6,1 +6,5 @@ # THIS PROJECT IS NOT READY YET PLEASE DO NOT USE IT!!! | ||
If you wan't to test, please read instructions.md file. | ||
[![Version npm](https://img.shields.io/npm/v/adoscopejs.svg?style=flat-square)](https://www.npmjs.com/package/adoscopejs)[![npm Downloads](https://img.shields.io/npm/dm/adoscopejs.svg?style=flat-square)](https://npmcharts.com/compare/adoscopejs?minimal=true)[![Build Status](https://img.shields.io/travis/Melchyore/adoscopejs/master.svg?style=flat-square)](https://travis-ci.org/Melchyore/adoscopejs)[![Dependencies](https://img.shields.io/david/Melchyore/adoscopejs.svg?style=flat-square)](https://david-dm.org/Melchyore/adoscopejs) | ||
[![NPM](https://nodei.co/npm/adoscopejs.png?downloads=true&downloadRank=true)](https://nodei.co/npm/adoscopejs/) |
323984
10