Comparing version 1.0.2 to 1.0.3
@@ -7,3 +7,3 @@ const fs = require("fs"); | ||
b.require("./index.js", {expose: "sozluk"}) | ||
b.require("./index.js", {expose: "sozlukjs"}) | ||
b.bundle().pipe(file); |
{ | ||
"name": "sozlukjs", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "An API library for Turkish Dictionary websites.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,3 @@ # Sözlük.JS | ||
```javascript | ||
const sozluk = require("sozluk"); | ||
const sozluk = require("sozlukjs"); | ||
@@ -23,0 +23,0 @@ sozluk.TDKDictionary.getMeaningData("sözlük") |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
21777
12