Skip to content

Commit 0fc6232

Browse files
committed
to the correct index.d.ts
1 parent 198e899 commit 0fc6232

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import Component from './component.js';
2424
import { createActions } from './actions.js';
2525
import withVlow from './withVlow.js';
2626
var Vlow = {
27-
version: '1.1.25'
27+
version: '1.1.26'
2828
};
2929
Vlow.Store = Store;
3030
Vlow.Component = Component;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "vlow",
3-
"version": "1.1.25",
3+
"version": "1.1.26",
44
"type": "module",
55
"description": "A simple library for unidirectional dataflow architecture inspired by Reflux",
66
"main": "lib/index.js",
7-
"types": "index.d.ts",
8-
"typings": "index.d.ts",
7+
"types": "lib/index.d.ts",
8+
"typings": "lib/index.d.ts",
99
"scripts": {
1010
"test": "./node_modules/.bin/mocha --require @babel/register",
1111
"lint": "./node_modules/.bin/eslint ./src/*.js --color",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {createActions} from './actions.js';
2525
import withVlow from './withVlow.js';
2626

2727
const Vlow = {
28-
version: '1.1.25',
28+
version: '1.1.26',
2929
};
3030

3131
Vlow.Store = Store;

0 commit comments

Comments
 (0)