npmrc.j2 74 B

123
  1. {% for k, v in nodejs.npmrc.iteritems() %}
  2. {{ k }} = {{ v }}
  3. {% endfor %}