Rename package

This commit is contained in:
Tom Raithel
2017-02-13 08:31:27 +01:00
parent 34301a1a21
commit c80f4d2ebf
2 changed files with 3 additions and 3 deletions

View File

@@ -5,8 +5,8 @@ A static site generator for AOE Technology Radar
## Installation ## Installation
``` ```
> git clone git@github.com:AOEpeople/aoe_techradar_node.git > git clone git@github.com:AOEpeople/aoe_technology_radar.git
> cd aoe_techradar_node > cd aoe_technology_radar
> npm install > npm install
> npm run watch > npm run watch
``` ```

View File

@@ -1,5 +1,5 @@
{ {
"name": "aoe_techradar_node", "name": "aoe_technology_radar",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",