mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 09:40:23 +00:00
Add npm example starting with @
This commit is contained in:
parent
9c83969acc
commit
1904435e5f
2 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,8 @@ packages:
|
||||||
# @foobar
|
# @foobar
|
||||||
# buffer-equal-constant-time@1.0.1
|
# buffer-equal-constant-time@1.0.1
|
||||||
# coffee-script
|
# coffee-script
|
||||||
|
# You need to quote the package if it starts with '@'
|
||||||
|
- '@davidodio/hello@2.3.0'
|
||||||
- hello-world-npm
|
- hello-world-npm
|
||||||
- sax
|
- sax
|
||||||
- coffee-script@1.0.1
|
- coffee-script@1.0.1
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
npms_path = '/home/kitchen/npms'
|
npms_path = '/home/kitchen/npms'
|
||||||
|
|
||||||
wanted_npms = {
|
wanted_npms = {
|
||||||
|
'@davidodio/hello': '2.3.0',
|
||||||
'hello-world-npm': '1.1.1',
|
'hello-world-npm': '1.1.1',
|
||||||
'sax': '1.2.4',
|
'sax': '1.2.4',
|
||||||
'coffee-script': '1.0.1'
|
'coffee-script': '1.0.1'
|
||||||
|
|
Loading…
Add table
Reference in a new issue