mirror of
https://github.com/ivabus/pantry
synced 2024-11-30 04:05:06 +03:00
+yarn1
This commit is contained in:
parent
4e4d51ed22
commit
9bba1eac0d
1 changed files with 24 additions and 0 deletions
24
projects/classic.yarnpkg.com/package.yml
Normal file
24
projects/classic.yarnpkg.com/package.yml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
distributable:
|
||||||
|
url: https://yarnpkg.com/downloads/{{ version }}/yarn-v{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: yarnpkg/yarn
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/yarn
|
||||||
|
- bin/yarnpkg
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
nodejs.org: '>=5'
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
npmjs.com: '*'
|
||||||
|
script: npm install . --global --prefix={{prefix}} --install-links
|
||||||
|
|
||||||
|
test:
|
||||||
|
script: |
|
||||||
|
yarn --version
|
||||||
|
yarnpkg --version
|
||||||
|
yarn add jquery
|
Loading…
Reference in a new issue