Skip to content

Commit

Permalink
add module in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gimdongwoo committed Nov 19, 2018
1 parent 15e75eb commit 46fbaf8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion dist/package.json
@@ -1,8 +1,9 @@
{
"name": "axui-datagrid",
"version": "0.3.16",
"version": "0.3.17",
"description": "DataGrid, DataSheet for React",
"jsnext:main": "es6/index.js",
"module": "es6/index.js",
"main": "commonjs/index.js",
"repository": "https://github.com/jsdevkr/axui-datagrid",
"website": "http://axui-datagrid.jsdev.kr",
Expand Down
4 changes: 2 additions & 2 deletions docs/static/js/main.2a07d401.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
@@ -1,8 +1,9 @@
{
"name": "axui-datagrid",
"version": "0.3.16",
"version": "0.3.17",
"description": "DataGrid, DataSheet for React",
"jsnext:main": "dist/es6/index.js",
"module": "dist/es6/index.js",
"main": "dist/commonjs/index.js",
"repository": "https://github.com/jsdevkr/axui-datagrid",
"website": "http://axui-datagrid.jsdev.kr",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,6 +1,6 @@
{
"name": "axui-datagrid",
"version": "0.3.16",
"version": "0.3.17",
"description": "DataGrid, DataSheet for React",
"jsnext:main": "es6/index.js",
"main": "commonjs/index.js",
Expand Down

0 comments on commit 46fbaf8

Please sign in to comment.