Skip to content

Commit

Permalink
reproduce issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Toxicable committed Mar 11, 2019
1 parent 182b098 commit 99e7954
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ nodejs_binary(
entry_point = "__main__/app/main.js",
data = [
":main",
"@npm//date-fns",
# Uncomment to fix
# "@npm//five",
],
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
"five": "^0.8.0",
"typescript": "^3.3.3333"
},
"dependencies": {}
"dependencies": {
"date-fns": "^1.30.1"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=

date-fns@^1.30.1:
version "1.30.1"
resolved "https://muck.rl.team/repository/npm-group/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==

decamelize@^1.1.1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
Expand Down

0 comments on commit 99e7954

Please sign in to comment.