Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
chore: rollback to npm 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Aug 11, 2017
1 parent 40e9974 commit e6e6e79
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 74 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -37,6 +37,7 @@ before_install:
- rvm get stable
- rvm install 2.4
- gem install github_changelog_generator
- npm install -g npm@5.2
- npm install -g greenkeeper-lockfile@1

install:
Expand Down
154 changes: 81 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -76,7 +76,7 @@
},
"homepage": "https://buehler.github.io/typescript-hero/",
"scripts": {
"vscode:prepublish": "del-cli ./node_modules && npm install vscode && npm install --production && npm uninstall vscode",
"vscode:prepublish": "npm prune --production",
"predevelop": "del-cli ./out",
"develop": "tsc",
"postinstall": "node ./node_modules/vscode/bin/install",
Expand Down

0 comments on commit e6e6e79

Please sign in to comment.