Skip to content

Commit ad12e14

Browse files
author
Ben Taylor
committed
Upgrading version
1 parent fa8e613 commit ad12e14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-structured-data",
3-
"version": "0.1.0",
3+
"version": "0.0.10",
44
"description": "Declarative JSON-LD Structured Data for ReactJS Apps",
55
"author": "Ben Taylor <[email protected]>",
66
"private": false,
@@ -37,6 +37,7 @@
3737
"babel-plugin-transform-class-properties": "6.11.5",
3838
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
3939
"babel-plugin-transform-object-assign": "^6.8.0",
40+
"babel-preset-minify": "^0.4.3",
4041
"babel-preset-react": "6.24.1",
4142
"babel-preset-react-app": "^3.1.0",
4243
"babel-preset-stage-2": "^6.13.0",
@@ -55,6 +56,7 @@
5556
"react-structured-data": "^0.0.8",
5657
"sass-loader": "^6.0.6",
5758
"style-loader": "0.19.0",
59+
"uglifyjs-webpack-plugin": "^1.2.5",
5860
"webpack": "^4.6.0",
5961
"webpack-cli": "^3.0.2",
6062
"webpack-dev-server": "^3.1.4"

0 commit comments

Comments
 (0)