From b1b2db593fd45b6e11682dbc6b3400f0d4416da0 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Tue, 17 Sep 2013 07:35:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index bb8e665..c3f6e24 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,6 @@ The overrides are located in the `package-overrides` folder of this repo, with t `package-overrides/[location-name]/[location-path]@[version].json` -Only exact semver versions can be used, excluding semver build numbers and suffices. - For example, a package override for jquery 2.0.0 would be located at `package-overrides/github/jquery/jquery@2.0.0.json`. Read more about customizing packages for jspm at the [jspm package.json specification](https://github.com/jspm/registry/wiki/Package.json-Specification) page.