Skip to content

Commit

Permalink
Merge pull request #23 from hotosm/v1
Browse files Browse the repository at this point in the history
release v1.0.0
  • Loading branch information
smit1678 authored Mar 6, 2017
2 parents 650a025 + 63ea313 commit 00443e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# OAM Design System

**Work in progress.** Use at your own risk!

The following guide only explains how to include the `oam-design-system` in a new project. For usage information check the [documentation website](http://hotosm.github.io/oam-docs/).

For information on how to develop the `oam-design-system` checkout the [DEVELOPMENT.md](DEVELOPMENT.md)
Expand All @@ -12,7 +10,7 @@ Style guide and UI components library that aims to standardize the look and feel

Install it as an `npm` module: (module not available yet. use direct link)
```
npm install https://github.com/hotosm/oam-design-system#v0.1.1-alpha
npm install https://github.com/hotosm/oam-design-system#v1.0.0
```
For the most recent version omit the tag.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oam-design-system",
"version": "0.3.1-beta",
"version": "1.0.0",
"description": "OpenAerialMap Design System",
"repository": {
"type": "git",
Expand Down

0 comments on commit 00443e1

Please sign in to comment.