Updated major version to 2.0.0 and removed raptor-renderer as a dependency

This commit is contained in:
Patrick Steele-Idem 2015-02-16 13:04:10 -07:00
parent 4d9cdfa706
commit 4bebda3db3

View File

@ -36,7 +36,6 @@
"raptor-polyfill": "^1.0.0",
"raptor-promises": "^1.0.1",
"raptor-regexp": "^1.0.0",
"raptor-renderer": "^1.1.10",
"raptor-strings": "^1.0.0",
"raptor-util": "^1.0.0",
"resolve-from": "^1.0.0",
@ -59,5 +58,5 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "1.6.1"
"version": "2.0.0"
}