Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Oct 5, 2020
1 parent 7dfc31e commit b08b21c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"materia-widget-development-kit": "2.5.0"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-optional-chaining":"7.8.3",
"@babel/preset-react": "^7.0.0",
"@babel/core":"^7.7.5",
"@babel/plugin-proposal-optional-chaining": "7.8.3",
"@babel/preset-react": "^7.0.0",
"eslint": "^6.5.1",
"eslint-plugin-react": "^7.16.0",
"jest": "^24.9",
"react": "16.9.0",
"react-color": "^2.18.0",
"react-dom": "^16.9.0",
"react-test-renderer": "^16.9.0",
"react-color":"^2.18.0",
"sass":"^1.24.4"
"sass": "^1.24.4"
},
"scripts": {
"start": "webpack-dev-server",
Expand All @@ -30,5 +30,5 @@
},
"author": "University of Central Florida, Center for Distributed Learning",
"description": "Syntax Sorter Materia Widget. A tool for arranging sentences or phrases based on the syntactic structure of individual tokens.",
"version": "1.0.0"
"version": "1.0.1"
}

0 comments on commit b08b21c

Please sign in to comment.