Skip to content

Commit

Permalink
Prepare 0.2.0-pre (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored Sep 30, 2017
1 parent 60c118e commit 6bd7a71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/browser.js → browser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const localstorage = require('feathers-localstorage');
const initApp = require('./app');
const initApp = require('./lib/app');

module.exports = initApp(localstorage);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mysam",
"description": "An open \"intelligent\" assistant for the browser and NodeJS that can listen to you and learn.",
"version": "0.1.3",
"version": "0.2.0-pre.0",
"homepage": "https://mysamai.com",
"main": "lib/",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('mysam-core app', () => {
it('browser version', () => {
global.window = { localStorage };

const browser = require('../lib/browser');
const browser = require('../browser');
const app = browser();

assert.ok(app);
Expand Down

0 comments on commit 6bd7a71

Please sign in to comment.