Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. "dependencies": {
  2. "library-one": "^1.0.0",
  3. "library-two": "^1.0.0"
  4. }
  5.  
  6. "dependencies": {
  7. "library-three": "=1.0.0",
  8. }
  9.  
  10. "dependencies": {
  11. "library-three": "=2.0.0",
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement