Skip to content

Commit

Permalink
chore: remove gitHash from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Mar 15, 2019
1 parent 1630615 commit 2af08be
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 24 deletions.
3 changes: 1 addition & 2 deletions packages/add/package.json
Expand Up @@ -19,6 +19,5 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
}
3 changes: 1 addition & 2 deletions packages/generate-loader/package.json
Expand Up @@ -24,6 +24,5 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
}
3 changes: 1 addition & 2 deletions packages/generate-plugin/package.json
Expand Up @@ -24,6 +24,5 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
}
3 changes: 1 addition & 2 deletions packages/generators/package.json
Expand Up @@ -36,6 +36,5 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
}
3 changes: 1 addition & 2 deletions packages/info/package.json
Expand Up @@ -18,6 +18,5 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
}
3 changes: 1 addition & 2 deletions packages/init/package.json
Expand Up @@ -23,6 +23,5 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
}
3 changes: 1 addition & 2 deletions packages/migrate/package.json
Expand Up @@ -40,6 +40,5 @@
"test": "jest",
"build": "tsc",
"watch": "npm run build && tsc -w"
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
}
3 changes: 1 addition & 2 deletions packages/remove/package.json
Expand Up @@ -20,6 +20,5 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
}
3 changes: 1 addition & 2 deletions packages/serve/package.json
Expand Up @@ -26,6 +26,5 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
}
3 changes: 1 addition & 2 deletions packages/update/package.json
Expand Up @@ -20,6 +20,5 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
}
3 changes: 1 addition & 2 deletions packages/utils/package.json
Expand Up @@ -37,6 +37,5 @@
"build": "tsc",
"test": "jest --detectOpenHandles",
"watch": "npm run build && tsc -w"
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
}
3 changes: 1 addition & 2 deletions packages/webpack-scaffold/package.json
Expand Up @@ -19,6 +19,5 @@
"test": "jest --detectOpenHandles",
"build": "tsc",
"watch": "npm run build && tsc -w"
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
}

0 comments on commit 2af08be

Please sign in to comment.