Skip to content

Commit

Permalink
Stop writing version and date to dist files
Browse files Browse the repository at this point in the history
This will make the release process make fewer pointless changes.
  • Loading branch information
glasser committed Sep 30, 2022
1 parent bd5c971 commit e66477b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/bundle.js
Expand Up @@ -20,8 +20,7 @@ var pkg = require(path.join(__dirname, "..", "package.json"));
/*eslint-disable no-template-curly-in-string*/
var license = [
"/*!",
" * protobuf.js v${version} (c) 2016, daniel wirtz",
" * compiled ${date}",
" * protobuf.js (c) 2016, daniel wirtz",
" * licensed under the bsd-3-clause license",
" * see: https://github.com/apollographql/protobuf.js for details",
" */"
Expand Down

0 comments on commit e66477b

Please sign in to comment.