Skip to content

Commit 64ae64a

Browse files
author
Yousef Sultan
committed
Bump version
Signed-off-by: Yousef Sultan <yousef.su.2000@gmail.com>
1 parent f8c8223 commit 64ae64a

File tree

1 file changed

+59
-59
lines changed

1 file changed

+59
-59
lines changed

package.json

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
{
2-
"name": "vue-materialize-datatable",
3-
"version": "1.0.2",
4-
"description": "Datatable for VueJS with Materialize",
5-
"author": "Yousef Sultan <yousef.su.2000@gmail.com>",
6-
"private": false,
7-
"main": "./src/DataTable.vue",
8-
"license": "MIT",
9-
"scripts": {
10-
"docs:dev": "cross-env NODE_ENV=development webpack --progress --hide-modules --watch",
11-
"docs:prod": "cross-env NODE_ENV=production webpack --progress --hide-modules"
12-
},
13-
"keywords": [
14-
"Vue",
15-
"Datatable",
16-
"Materialize",
17-
"Table Component"
18-
],
19-
"repository": {
20-
"type": "git",
21-
"url": "git+https://github.com/MicroDroid/vue-materialize-datatable.git"
22-
},
23-
"homepage": "https://github.com/MicroDroid/vue-materialize-datatable",
24-
"bugs": {
25-
"url": "https://github.com/MicroDroid/vue-materialize-datatable/issues"
26-
},
27-
"dependencies": {
28-
"fuse.js": "^2.6.2",
29-
"html-webpack-plugin": "^3.2.0",
30-
"tb-skeleton": "^0.3.5",
31-
"vue": "^2.6.10"
32-
},
33-
"devDependencies": {
34-
"@babel/core": "^7.6.4",
35-
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
36-
"@babel/plugin-transform-runtime": "^7.6.2",
37-
"@babel/preset-env": "^7.6.3",
38-
"babel-loader": "^8.0.6",
39-
"copy-webpack-plugin": "^5.0.4",
40-
"cross-env": "^6.0.3",
41-
"eslint": "^6.6.0",
42-
"eslint-plugin-vue": "^5.2.3",
43-
"file-loader": "^4.2.0",
44-
"highlight.js": "^9.15.10",
45-
"materialize-css": "^1.0.0",
46-
"mini-css-extract-plugin": "^0.8.0",
47-
"node-sass": "^4.13.0",
48-
"optimize-css-assets-webpack-plugin": "^5.0.3",
49-
"prismjs": "^1.17.1",
50-
"sass-loader": "^8.0.0",
51-
"terser-webpack-plugin": "^2.2.1",
52-
"vue-highlight.js": "^3.1.0",
53-
"vue-loader": "^15.7.1",
54-
"vue-prism-component": "^1.1.1",
55-
"vue-style-loader": "^4.1.2",
56-
"vue-template-compiler": "^2.6.10",
57-
"webpack": "^4.41.2",
58-
"webpack-cli": "^3.3.9"
59-
}
60-
}
2+
"name": "vue-materialize-datatable",
3+
"version": "1.0.3",
4+
"description": "Datatable for VueJS with Materialize",
5+
"author": "Yousef Sultan <yousef.su.2000@gmail.com>",
6+
"private": false,
7+
"main": "./src/DataTable.vue",
8+
"license": "MIT",
9+
"scripts": {
10+
"docs:dev": "cross-env NODE_ENV=development webpack --progress --hide-modules --watch",
11+
"docs:prod": "cross-env NODE_ENV=production webpack --progress --hide-modules"
12+
},
13+
"keywords": [
14+
"Vue",
15+
"Datatable",
16+
"Materialize",
17+
"Table Component"
18+
],
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/MicroDroid/vue-materialize-datatable.git"
22+
},
23+
"homepage": "https://github.com/MicroDroid/vue-materialize-datatable",
24+
"bugs": {
25+
"url": "https://github.com/MicroDroid/vue-materialize-datatable/issues"
26+
},
27+
"dependencies": {
28+
"fuse.js": "^2.6.2",
29+
"html-webpack-plugin": "^3.2.0",
30+
"tb-skeleton": "^0.3.5",
31+
"vue": "^2.6.10"
32+
},
33+
"devDependencies": {
34+
"@babel/core": "^7.6.4",
35+
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
36+
"@babel/plugin-transform-runtime": "^7.6.2",
37+
"@babel/preset-env": "^7.6.3",
38+
"babel-loader": "^8.0.6",
39+
"copy-webpack-plugin": "^5.0.4",
40+
"cross-env": "^6.0.3",
41+
"eslint": "^6.6.0",
42+
"eslint-plugin-vue": "^5.2.3",
43+
"file-loader": "^4.2.0",
44+
"highlight.js": "^9.15.10",
45+
"materialize-css": "^1.0.0",
46+
"mini-css-extract-plugin": "^0.8.0",
47+
"node-sass": "^4.13.0",
48+
"optimize-css-assets-webpack-plugin": "^5.0.3",
49+
"prismjs": "^1.17.1",
50+
"sass-loader": "^8.0.0",
51+
"terser-webpack-plugin": "^2.2.1",
52+
"vue-highlight.js": "^3.1.0",
53+
"vue-loader": "^15.7.1",
54+
"vue-prism-component": "^1.1.1",
55+
"vue-style-loader": "^4.1.2",
56+
"vue-template-compiler": "^2.6.10",
57+
"webpack": "^4.41.2",
58+
"webpack-cli": "^3.3.9"
59+
}
60+
}

0 commit comments

Comments
 (0)