Skip to content

Commit 0623cd2

Browse files
author
Robert Hux
authored
removed versions
1 parent 16695a8 commit 0623cd2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dev_array.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,20 @@ code --install-extension eg2.tslint
9999
code --install-extension ms-vsliveshare.vsliveshare
100100

101101

102-
npm install -g aurelia-cli@0.31.3
102+
npm install -g aurelia-cli
103103
npm install -g autorest
104104
npm install -g bower
105105
npm install -g dts
106106
npm install -g yo generator-aspnet generator-docker
107107
npm install -g gulp gulp-cli gulp-notify
108108
npm install -g grunt grunt-cli
109-
npm install -g jspm@0.16.53
109+
npm install -g jspm
110110
npm install -g npm-windows-upgrade
111111
npm install -g semistandard
112112
npm install -g ts-node
113113
npm install -g swagger-cli
114-
npm install -g typescript@2.8.1
115-
npm install -g typings@2.1.1
114+
npm install -g typescript
115+
npm install -g typings
116116
npm install -g selenium-standalone
117117

118118
#-- set up folder paths
@@ -246,4 +246,4 @@ choco install notepadreplacer
246246
#--- reenabling critial items ---
247247
Enable-UAC
248248
Enable-MicrosoftUpdate
249-
Install-WindowsUpdate -acceptEula
249+
Install-WindowsUpdate -acceptEula

0 commit comments

Comments
 (0)