This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Commit e6b6467
chore(): use local node modules for jspm (#155)
* Rather than forcing the user to install a JSPM binary with NPMg lobally, we should add JSPM as a dev-dependency. This ensures that each user has the *same* environment and same conditions. * Notice that JSPM will automatically install the packages when running `npm install`, because it's listed in the `postinstall` script.1 parent 2c709d6 commit e6b6467
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
| 112 | + | |
| 113 | + | |
115 | 114 | | |
116 | | - | |
117 | | - | |
| 115 | + | |
118 | 116 | | |
119 | 117 | | |
120 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
0 commit comments