Skip to content

Commit

Permalink
Upversion and improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
idmontie committed Mar 20, 2017
1 parent 310c28a commit d22edef
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 5 deletions.
52 changes: 52 additions & 0 deletions .versions
@@ -0,0 +1,52 @@
allow-deny@1.0.5
babel-compiler@6.14.1
babel-runtime@1.0.1
base64@1.0.10
binary-heap@1.0.10
blaze@2.1.9
blaze-tools@1.0.10
boilerplate-generator@1.0.11
callback-hook@1.0.10
check@1.2.5
ddp@1.2.5
ddp-client@1.3.3
ddp-common@1.2.8
ddp-server@1.3.13
deps@1.0.12
diff-sequence@1.0.7
ecmascript@0.6.3
ecmascript-runtime@0.3.15
ejson@1.0.13
geojson-utils@1.0.10
html-tools@1.0.11
htmljs@1.0.11
http@1.2.12
id-map@1.0.9
jquery@1.11.10
local-test:nagoshi:rpg-awesome@0.1.1
logging@1.1.17
meteor@1.6.1
minimongo@1.0.21
modules@0.7.9
modules-runtime@0.7.9
mongo@1.1.16
mongo-id@1.0.6
nagoshi:rpg-awesome@0.1.1
npm-mongo@2.2.24
observe-sequence@1.0.16
ordered-dict@1.0.9
promise@0.8.8
random@1.0.10
reactive-var@1.0.11
retry@1.0.9
routepolicy@1.0.12
spacebars@1.0.13
spacebars-compiler@1.0.13
test-helpers@1.0.11
tinytest@1.0.12
tracker@1.1.2
ui@1.0.12
underscore@1.0.10
url@1.1.0
webapp@1.3.14
webapp-hashing@1.0.9
22 changes: 21 additions & 1 deletion README.md
Expand Up @@ -3,6 +3,26 @@

RPG Awesome is a suite of 495 pictographic, rpg and fantasy themes icons for easy scalable vector graphics on websites, created and maintained by [Daniela Howe](http://github.com/nagoshiasumary) and [Ivan Montiel](http://github.com/idmontie).

## Installation

### Bower

```
bower install rpg-awesome
```

### NPM

```
npm add --save rpg-awesome
```

### Meteor

```
meteor add rpg-awesome
```

## Developing

This project uses NPM and Grunt to compile SCSS into CSS usable by browsers.
Expand All @@ -23,7 +43,7 @@ Any new icons will need to be added to that repo first. Then follow the steps lo

Note that when adding new icons to the font files, you will need to update the `scss/_variables.scss` file with all of the new offsets.

The `gh-pages` branch of this repo should also be updated to add the
The `gh-pages` branch of this repo should also be updated to add the
new icon to the web docs.

## License
Expand Down
6 changes: 3 additions & 3 deletions package.js
@@ -1,6 +1,6 @@
Package.describe({
name: 'nagoshiashumari:rpg-awesome',
version: '0.1.0',
name: 'nagoshi:rpg-awesome',
version: '0.1.1',
// Brief, one-line summary of the package.
summary: 'A fantasy themed font and CSS toolkit.',
// URL to the Git repository containing the source code for this package.
Expand Down Expand Up @@ -29,7 +29,7 @@ Package.onUse(function(api) {
Package.onTest(function(api) {
api.use('ecmascript');
api.use('tinytest');
api.use('nagoshiashumari:rpg-awesome');
api.use('nagoshi:rpg-awesome');

api.use([
'http',
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "rpg-awesome",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git://github.com/nagoshiashumari/Rpg-Awesome.git"
Expand Down

0 comments on commit d22edef

Please sign in to comment.