Fixed npm version numbers
This commit is contained in:
parent
f2a09c1636
commit
049721e43e
1 changed files with 19 additions and 19 deletions
38
package.json
38
package.json
|
@ -21,27 +21,27 @@
|
||||||
"url": "https://github.com/RealOrangeOne/theorangeone.net"
|
"url": "https://github.com/RealOrangeOne/theorangeone.net"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"animate.css": "^3.4.0",
|
"animate.css": "=3.4.0",
|
||||||
"bootstrap": "^3.3.5",
|
"bootstrap": "=3.3.5",
|
||||||
"ionicons-pre": "^1.0.0-pre",
|
"ionicons-pre": "=1.0.0-pre",
|
||||||
"jquery": "^2.1.4",
|
"jquery": "=2.1.4",
|
||||||
"less": "^2.5.1",
|
"less": "=2.5.1",
|
||||||
"markdown": "^0.5.0",
|
"markdown": "=0.5.0",
|
||||||
"normalize.css": "^3.0.3",
|
"normalize.css": "=3.0.3",
|
||||||
"react": "^0.13.3",
|
"react": "=0.13.3",
|
||||||
"react-bootstrap": "^0.25.1"
|
"react-bootstrap": "=0.25.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-preset-es2015": "^6.1.18",
|
"babel-preset-es2015": "=6.1.18",
|
||||||
"babel-preset-react": "^6.1.18",
|
"babel-preset-react": "=6.1.18",
|
||||||
"babelify": "^7.2.0",
|
"babelify": "=7.2.0",
|
||||||
"browserify": "^11.0.1",
|
"browserify": "=11.0.1",
|
||||||
"clean-css": "^3.4.1",
|
"clean-css": "=3.4.1",
|
||||||
"eslint": "^1.5.0",
|
"eslint": "=1.5.0",
|
||||||
"eslint-config": "git://github.com/dabapps/eslint-config.git",
|
"eslint-config": "git://github.com/dabapps/eslint-config.git",
|
||||||
"eslint-plugin-react": "^3.4.2",
|
"eslint-plugin-react": "=3.4.2",
|
||||||
"react-tools": "^0.13.2",
|
"react-tools": "=0.13.2",
|
||||||
"uglify-js": "^2.4.24",
|
"uglify-js": "=2.4.24",
|
||||||
"watch": "^0.16.0"
|
"watch": "=0.16.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue