forked from steelbrain/pundle
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
163548e
commit 93c3d7d
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
# Pundle Dev | ||
This is a fork of [`pundle-dev@2.0.0-beta12`](https://github.com/steelbrain/pundle/commit/6f6918b42b68f4d57e346437eea301eb1837d040#diff-52d4bf43db96176e77cc9038a78f98e1). | ||
|
||
Dev module for Pundle. | ||
That version of pundle has a dependency on `uws@0.12`, which was unfortunately unpublished from npm. This breaks `yarn --flat`, which complains: | ||
|
||
## License | ||
``` | ||
error Couldn't find any versions for "uws" that matches "^0.12.0" | ||
``` | ||
|
||
This project is licensed under the terms of MIT License. See the LICENSE file at the root of the Github repo for more info. | ||
This fork is [**identical to what's on npm**](http://unpkg.com/pundle-dev@2.0.0-beta12), but with the **broken dependency bumped to a version that still exists**. | ||
|
||
[`material-motion-demos-react`](https://github.com/material-motion/material-motion-js/tree/develop/packages/demos-react) should be migrate its dev server to [`bazel`](https://github.com/alexeagle/angular-bazel-example), at which time **this repo will likely be deleted**. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,6 @@ | |
"ws": "^1.1.1" | ||
}, | ||
"optionalDependencies": { | ||
"uws": "^0.12.0" | ||
"uws": "^99.0.0" | ||
} | ||
} |