Skip to content

Commit

Permalink
chore(google): publish google@0.0.25
Browse files Browse the repository at this point in the history
1e2032b chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
  • Loading branch information
christopherthielen committed Oct 26, 2020
1 parent a7dc7e5 commit 6ccd3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/scripts/modules/google/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/google",
"license": "Apache-2.0",
"version": "0.0.24",
"version": "0.0.25",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand All @@ -10,4 +10,4 @@
"prepublishOnly": "npm run lib",
"build": "npm run clean && ../../../../node_modules/.bin/tsc && node ../../../../node_modules/.bin/webpack"
}
}
}

0 comments on commit 6ccd3bd

Please sign in to comment.