Add npm example starting with @

This commit is contained in:
Javier Bértoli 2019-03-11 08:07:38 -03:00
parent 9c83969acc
commit 1904435e5f
2 changed files with 3 additions and 0 deletions

View file

@ -79,6 +79,8 @@ packages:
# @foobar
# buffer-equal-constant-time@1.0.1
# coffee-script
# You need to quote the package if it starts with '@'
- '@davidodio/hello@2.3.0'
- hello-world-npm
- sax
- coffee-script@1.0.1

View file

@ -4,6 +4,7 @@
npms_path = '/home/kitchen/npms'
wanted_npms = {
'@davidodio/hello': '2.3.0',
'hello-world-npm': '1.1.1',
'sax': '1.2.4',
'coffee-script': '1.0.1'