Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
cleaning
  • Loading branch information
iStuffs committed Dec 29, 2017
1 parent eea6e2c commit 268c466
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 84 deletions.
78 changes: 0 additions & 78 deletions gulpfile.js

This file was deleted.

23 changes: 17 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
{
"name": "Miam-menu",
"version": "0.1",
"description": "A css/js library for menuburger",
"main": "index.js",
"name": "miam-burger",
"version": "0.0.1",
"description": "A css/js library for menu burger",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "iStuffs: Samuel DIDIER-LAURENT",
"license": "ISC"
"author": "iStuffs: Samuel DIDIER-LAURENT <[email protected]> (https://istuffs.be)",
"license": "ISC",
"directories": {
"doc": "docs"
},
"homepage": "https://github.com/iStuffs/burger-menu-library#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/iStuffs/miam-burger.git"
},
"bugs": {
"url": "https://github.com/iStuffs/miam-burger/issues"
}
}

0 comments on commit 268c466

Please sign in to comment.