This repository was archived by the owner on Jan 9, 2020. It is now read-only.
Commit efc0172
committed
Drop version numbers from recommended package-list.txt
A quick test reveals apm is clever enough to get the latest version:
$ python -c "with open('package-list.txt', 'w') as infile: infile.write('atom-jade\natom-jsfmt\n')"
$ cat package-list.txt
atom-jade
atom-jsfmt
$ apm uninstall atom-jade
Uninstalling atom-jade ✓
$ apm uninstall atom-jsfmt
Uninstalling atom-jsfmt ✓
$ apm install --packages-file package-list.txt
Installing atom-jade to /Users/pzrq/.atom/packages ✓
Installing atom-jsfmt to /Users/pzrq/.atom/packages ✓
$ apm list --installed --bare | grep atom-j
atom-jade@0.3.0
atom-jsfmt@0.8.51 parent cd454f9 commit efc0172
1 file changed
+25
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments