Skip to content

Commit

Permalink
Update package info and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandara committed Oct 27, 2013
1 parent 5e65085 commit bb12528
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion LICENSE-MIT
@@ -1,4 +1,5 @@
Copyright (c) 2013 Dan Heberden
Modified work Copyright (c) 2013 Aleksandar Antok
Original work Copyright (c) 2013 Dan Heberden

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# RequireJS Yeoman Generator [![Build Status](https://secure.travis-ci.org/danheberden/yeoman-generator-require.png?branch=master)](https://travis-ci.org/danheberden/yeoman-generator-require)
# RequireJS Yeoman Generator

A generator for [Yeoman](http://yeoman.io).

Expand Down
20 changes: 10 additions & 10 deletions package.json
@@ -1,21 +1,21 @@
{
"name": "generator-requirejs",
"version": "0.2.0",
"description": "A generator for Yeoman",
"name": "generator-requirejs-jasmine-karma",
"version": "0.1.0",
"description": "A generator for yeoman (RequireJS, Jasmine, Karma)",
"keywords": [
"yeoman-generator"
],
"homepage": "https://github.com/danheberden/yeoman-generator-requirejs",
"bugs": "https://github.com/danheberden/yeoman-generator-requirejs/issues",
"homepage": "https://github.com/aleksandara/yeoman-generator-requirejs-jasmine-karma",
"bugs": "https://github.com/aleksandara/yeoman-generator-requirejs-jasmine-karma/issues",
"author": {
"name": "danheberden",
"email": "danheberden@gmail.com",
"url": "https://github.com/danheberden"
"name": "aleksandara",
"email": "aleksandara@gmail.com",
"url": "https://github.com/aleksandara"
},
"main": "app/index.js",
"main": "app/main.js",
"repository": {
"type": "git",
"url": "https://github.com/danheberden/yeoman-generator-requirejs.git"
"url": "https://github.com/aleksandara/yeoman-generator-requirejs-jasmine-karma.git"
},
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit bb12528

Please sign in to comment.