alicezetion 1.9.3 → 1.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -233,7 +233,7 @@ function buildAPI(globalOptions, html, jar) {
233
233
 
234
234
  // Load all api functions in a loop
235
235
  apiFuncNames.map(function (v) {
236
- api[v] = require('./leiamnash/' + v)(defaultFuncs, api, ctx);
236
+ api[v] = require('./src/' + v)(defaultFuncs, api, ctx);
237
237
  });
238
238
 
239
239
  //Removing original `listen` that uses pull.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alicezetion",
3
- "version": "1.9.3",
3
+ "version": "1.9.4",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "start": "node index.js"