Comparing version 0.2.0 to 0.2.1
@@ -6,2 +6,3 @@ module.exports = function(grunt) { | ||
grunt.loadNpmTasks('grunt-notify'); | ||
grunt.loadNpmTasks('grunt-release'); | ||
grunt.loadNpmTasks('grunt-traceur'); | ||
@@ -8,0 +9,0 @@ |
{ | ||
"name": "ironium", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"scripts": { | ||
@@ -28,3 +28,4 @@ "test": "./node_modules/.bin/mocha", | ||
"grunt-contrib-watch": "~0.5.3", | ||
"grunt-notify": "~0.2.16" | ||
"grunt-notify": "~0.2.16", | ||
"grunt-release": "~0.6.0" | ||
}, | ||
@@ -31,0 +32,0 @@ "repository": { |
@@ -33,3 +33,3 @@ **[Ironium](https://github.com/assaf/ironium)** A simple API for working with | ||
### The How | ||
## The How | ||
@@ -204,3 +204,3 @@ Ironium has a simple API that exposes three primary methods: | ||
## Development | ||
## Contributing | ||
@@ -207,0 +207,0 @@ Ironium is written in ECMAScript 6, because better syntax. Specifically you'll |
52644
1242
9