Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. {
  2. "name": "linguijs-demo-app",
  3. "version": "0.1.0",
  4.  
  5. // ...
  6.  
  7. "scripts": {
  8.  
  9. //...
  10.  
  11. "add-locale": "lingui add-locale",
  12. "extract": "lingui extract",
  13. "compile": "lingui compile"
  14. },
  15.  
  16. // ...
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement