Skip to content

Commit

Permalink
0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Aug 18, 2015
1 parent 42b761f commit 9c26e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ jspm CLI

[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jspm/jspm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Tips](https://tips.60devs.com/images/button-black.svg)](https://tips.60devs.com/tip/33df4abbec4d39260f49015d2457eafe)

_[Try jspm 0.16 beta](https://github.com/jspm/jspm-cli/releases/tag/0.16.0-beta) with `npm install -g jspm@beta`_

Registry and format agnostic JavaScript package manager.

* Supports installing any module format from any registry, with GitHub and npm currently provided, via [the registry API](docs/registry-api.md).
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jspm",
"description": "Registry and format agnostic JavaScript package manager",
"version": "0.16.0-beta.7",
"version": "0.16.0",
"main": "./api.js",
"author": "",
"dependencies": {
Expand All @@ -21,7 +21,7 @@
"rsvp": "^3.0.18",
"semver": "^5.0.1",
"systemjs": "0.18.11",
"systemjs-builder": "0.13.2",
"systemjs-builder": "^0.13.2",
"traceur": "0.0.91",
"uglify-js": "~2.4.23"
},
Expand Down

0 comments on commit 9c26e2f

Please sign in to comment.