Skip to content
Prev Previous commit
Next Next commit
move source-map-support into jest-jasmine2 package.json
  • Loading branch information
felipeochoa committed Oct 9, 2017
commit c51cf2c3031986bba98814f1271a067889fb57a9
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"slash": "^1.0.0",
"source-map-support": "^0.5.0",
"string-length": "^2.0.0",
"strip-ansi": "^4.0.0",
"typescript": "^2.2.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"jest-matcher-utils": "^21.2.1",
"jest-message-util": "^21.2.1",
"jest-snapshot": "^21.2.1",
"p-cancelable": "^0.3.0"
"p-cancelable": "^0.3.0",
"source-map-support": "^0.5.0"
},
"devDependencies": {
"jest-runtime": "^21.2.1"
Expand Down