Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xkam committed Feb 3, 2020
1 parent bd7ebe2 commit e0a81ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@activewidgets/vue",
"version": "0.0.11",
"version": "3.0.0",
"description": "Datagrid component for vue.js",
"author": "ActiveWidgets SARL",
"license": "MIT",
Expand All @@ -20,15 +20,15 @@
"test": "npm run output && jest"
},
"dependencies": {
"@activewidgets/datagrid": "0.0.11",
"@activewidgets/frameworks": "0.0.11"
"@activewidgets/datagrid": "3.0.0",
"@activewidgets/frameworks": "3.0.0"
},
"peerDependencies": {
"vue": "^2"
},
"devDependencies": {
"@activewidgets/examples": "0.0.5",
"@activewidgets/options": "0.0.11",
"@activewidgets/options": "3.0.0",
"@activewidgets/puppeteer": "0.0.4",
"@activewidgets/testing": "0.0.3",
"@babel/core": "^7",
Expand Down

0 comments on commit e0a81ec

Please sign in to comment.