Skip to content

Commit

Permalink
chore(kubernetes): publish kubernetes@0.0.53
Browse files Browse the repository at this point in the history
553be66 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)
67c0d3d  fix(kubernetes): remove unneeded application validation warning  (#8662)
  • Loading branch information
christopherthielen committed Oct 26, 2020
1 parent c7279a2 commit 450e7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/scripts/modules/kubernetes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/kubernetes",
"license": "Apache-2.0",
"version": "0.0.52",
"version": "0.0.53",
"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 450e7cb

Please sign in to comment.