From 049721e43e559bd933f9abc756be2b78357610f2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 9 Dec 2015 18:45:28 +0000 Subject: [PATCH] Fixed npm version numbers --- package.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 7e06393..d787e88 100644 --- a/package.json +++ b/package.json @@ -21,27 +21,27 @@ "url": "https://github.com/RealOrangeOne/theorangeone.net" }, "dependencies": { - "animate.css": "^3.4.0", - "bootstrap": "^3.3.5", - "ionicons-pre": "^1.0.0-pre", - "jquery": "^2.1.4", - "less": "^2.5.1", - "markdown": "^0.5.0", - "normalize.css": "^3.0.3", - "react": "^0.13.3", - "react-bootstrap": "^0.25.1" + "animate.css": "=3.4.0", + "bootstrap": "=3.3.5", + "ionicons-pre": "=1.0.0-pre", + "jquery": "=2.1.4", + "less": "=2.5.1", + "markdown": "=0.5.0", + "normalize.css": "=3.0.3", + "react": "=0.13.3", + "react-bootstrap": "=0.25.1" }, "devDependencies": { - "babel-preset-es2015": "^6.1.18", - "babel-preset-react": "^6.1.18", - "babelify": "^7.2.0", - "browserify": "^11.0.1", - "clean-css": "^3.4.1", - "eslint": "^1.5.0", + "babel-preset-es2015": "=6.1.18", + "babel-preset-react": "=6.1.18", + "babelify": "=7.2.0", + "browserify": "=11.0.1", + "clean-css": "=3.4.1", + "eslint": "=1.5.0", "eslint-config": "git://github.com/dabapps/eslint-config.git", - "eslint-plugin-react": "^3.4.2", - "react-tools": "^0.13.2", - "uglify-js": "^2.4.24", - "watch": "^0.16.0" + "eslint-plugin-react": "=3.4.2", + "react-tools": "=0.13.2", + "uglify-js": "=2.4.24", + "watch": "=0.16.0" } }