Skip to content

Commit

Permalink
Add version to package.json to solve problem with NPM 3
Browse files Browse the repository at this point in the history
NPM 3 has issues when trying to install packages from git that have no `version`.
  • Loading branch information
lumaxis committed Jun 13, 2017
1 parent 2d72561 commit 40d6bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@types/validator",
"version": "5.7.0",
"private": true,
"scripts": {
"postinstall": "typings install",
Expand Down

0 comments on commit 40d6bdb

Please sign in to comment.