This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
mirrors
/
pulumi
mirror of
https://github.com/pulumi/pulumi.git
Watch
0
Star
0
Fork
You've already forked pulumi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
pulumi-bazel
Branches
Tags
No results found.
pulumi
/
tests
/
integration
/
stack_dependencies
/
package.json
8 lines
124 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Code review feedback: 1. Various idiomatic Go and TypeScript fixes 2. Add an integration test that end-to-end roundtrips dependency information for a simple Pulumi program 3. Add an additional test assert that tests that dependency information comes from the language host as expected
2018-02-22 20:52:50 +00:00
{
"name"
:
"stack_outputs"
,
Add license fields to package.json. (#1656)
2018-07-24 23:10:13 +00:00
"license"
:
"Apache-2.0"
,
Code review feedback: 1. Various idiomatic Go and TypeScript fixes 2. Add an integration test that end-to-end roundtrips dependency information for a simple Pulumi program 3. Add an additional test assert that tests that dependency information comes from the language host as expected
2018-02-22 20:52:50 +00:00
"devDependencies"
:
{
"typescript"
:
"^2.5.3"
}
}