Comparing version 0.0.1 to 0.0.2
@@ -14,3 +14,3 @@ import axios, { AxiosResponse } from "axios"; | ||
constructor(options: Options) { | ||
public constructor(options: Options) { | ||
this.options = options; | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "azurlane", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Api wrapper for the azur lane api", | ||
@@ -24,3 +24,3 @@ "main": "build/index.js", | ||
"publish": "npm publish", | ||
"prepublish": "yarn compile", | ||
"prepare": "yarn compile", | ||
"compile": "yarn check && yarn clean && tsc -p .", | ||
@@ -27,0 +27,0 @@ "test": "node test/index.js", |
@@ -6,3 +6,3 @@ # AzurLane | ||
```js | ||
const { AzurLane } = require("../build/index"); | ||
const { AzurLane } = require("azurlane"); | ||
const al = new AzurLane(); | ||
@@ -9,0 +9,0 @@ |
Sorry, the diff of this file is not supported yet
13797