Skip to content

Commit

Permalink
chore: remove gitHead field from package.json
Browse files Browse the repository at this point in the history
It was introduced only due to a failed `lerna publish`
  • Loading branch information
sodatea committed May 25, 2019
1 parent 686759f commit 7b8a06f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 18 deletions.
3 changes: 1 addition & 2 deletions packages/@vue/cli-plugin-babel/package.json
Expand Up @@ -28,6 +28,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "0dc793497281718762a5477a3de4a7ee439cdda6"
}
}
3 changes: 1 addition & 2 deletions packages/@vue/cli-plugin-typescript/package.json
Expand Up @@ -41,6 +41,5 @@
"typescript": "^3.4.3",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.1.0"
},
"gitHead": "0dc793497281718762a5477a3de4a7ee439cdda6"
}
}
3 changes: 1 addition & 2 deletions packages/@vue/cli-plugin-unit-jest/package.json
Expand Up @@ -35,6 +35,5 @@
"devDependencies": {
"@vue/test-utils": "1.0.0-beta.29",
"ts-jest": "^23.0.0"
},
"gitHead": "0dc793497281718762a5477a3de4a7ee439cdda6"
}
}
3 changes: 1 addition & 2 deletions packages/@vue/cli-service-global/package.json
Expand Up @@ -33,6 +33,5 @@
"resolve": "^1.10.0",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"gitHead": "0dc793497281718762a5477a3de4a7ee439cdda6"
}
}
3 changes: 1 addition & 2 deletions packages/@vue/cli-service/package.json
Expand Up @@ -97,6 +97,5 @@
},
"engines": {
"node": ">=8"
},
"gitHead": "0dc793497281718762a5477a3de4a7ee439cdda6"
}
}
3 changes: 1 addition & 2 deletions packages/@vue/cli-ui-addon-webpack/package.json
Expand Up @@ -35,6 +35,5 @@
],
"publishConfig": {
"access": "public"
},
"gitHead": "0dc793497281718762a5477a3de4a7ee439cdda6"
}
}
3 changes: 1 addition & 2 deletions packages/@vue/cli-ui-addon-widgets/package.json
Expand Up @@ -29,6 +29,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "0dc793497281718762a5477a3de4a7ee439cdda6"
}
}
3 changes: 1 addition & 2 deletions packages/@vue/cli-ui/package.json
Expand Up @@ -126,6 +126,5 @@
"ui": [
"ui-dev.js"
]
},
"gitHead": "0dc793497281718762a5477a3de4a7ee439cdda6"
}
}
3 changes: 1 addition & 2 deletions packages/@vue/cli/package.json
Expand Up @@ -60,6 +60,5 @@
},
"engines": {
"node": ">=8.9"
},
"gitHead": "0dc793497281718762a5477a3de4a7ee439cdda6"
}
}

0 comments on commit 7b8a06f

Please sign in to comment.