Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "auttarjs", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Auttar WebSocket JS Class. An easy implementation of Auttar WebSocket Service.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/bloodf/auttar" | ||
"url": "https://github.com/bloodf/auttar-js.git" | ||
}, | ||
"keywords": [ | ||
"auttar" | ||
"auttar", | ||
"websocket", | ||
"tef" | ||
], | ||
@@ -12,0 +14,0 @@ "author": { |
{ | ||
"name": "auttarjs", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Auttar WebSocket JS Class. An easy implementation of Auttar WebSocket Service.", | ||
@@ -8,6 +8,8 @@ "private": false, | ||
"type": "git", | ||
"url": "https://github.com/bloodf/auttar" | ||
"url": "https://github.com/bloodf/auttar-js.git" | ||
}, | ||
"keywords": [ | ||
"auttar" | ||
"auttar", | ||
"websocket", | ||
"tef" | ||
], | ||
@@ -14,0 +16,0 @@ "author": { |
@@ -13,3 +13,3 @@ | ||
```bash | ||
$ npm install auttarjsclass | ||
$ npm install auttarjs | ||
``` | ||
@@ -19,3 +19,3 @@ | ||
```html | ||
<script src="https://raw.githubusercontent.com/bloodf/auttar/master/dist/index.js"></script> | ||
<script src="https://raw.githubusercontent.com/bloodf/auttar-js/master/dist/index.js"></script> | ||
``` | ||
@@ -25,3 +25,3 @@ | ||
```JS | ||
import AuttarClass from 'auttarjsclass'; | ||
import AuttarClass from 'auttarjs'; | ||
@@ -78,3 +78,3 @@ // Inicializando Classe | ||
```JS | ||
import AuttarClass from 'auttarjsclass'; | ||
import AuttarClass from 'auttarjs'; | ||
@@ -81,0 +81,0 @@ // Inicializando Classe |
Sorry, the diff of this file is not supported yet
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
127371