-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also updated todo.
- Loading branch information
Showing
2 changed files
with
2 additions
and
11 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
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,13 +1,4 @@ | ||
* better config options, add config file | ||
* commit hashes as versions for dependencies | ||
* Perhaps add some easy way to distinguish between real versions and commit | ||
maybe use ``@``; ``@c645asd``. | ||
* Stricter directory layouts. | ||
* Stricter version allowance -- disallow any letters in version numbers. | ||
|
||
* A way to install specific versions of a package. | ||
* more package download methods | ||
* Allow for proper versions of packages to download. Reuse 'version' field | ||
in packages.json. | ||
* Install only .nim files when installing library packages? | ||
* Force disable --babelPath when building binary packages? | ||
* Install only .nim files when installing library packages? |