aspnet-skeleton-navigation icon indicating copy to clipboard operation
aspnet-skeleton-navigation copied to clipboard

package.json is missing registry properties

Open loekd opened this issue 9 years ago • 0 comments

Some registry properties are missing from the packages.json file, causing a build error in VS. (for me at least) "jspm": { "dependencies": { "aurelia-bootstrapper": "^0.9.1", "aurelia-http-client": "^0.4.3", "bootstrap": "^3.3.1", "font-awesome": "^4.2.0" }

should be something like this "jspm": { "dependencies": { "aurelia-bootstrapper": "github:aurelia/bootstrapper@^0.9.0", "aurelia-http-client": "github:aurelia/http-client@^0.4.3", "bootstrap": "github:twbs/bootstrap@^3.3.1", "font-awesome": "npm:font-awesome@^4.2.0" },

loekd avatar Apr 26 '15 18:04 loekd