ignore some files

This commit is contained in:
lavrton 2015-02-27 11:50:48 +07:00
parent 551c7d99eb
commit 4e23aa89e9
3 changed files with 4 additions and 2 deletions

View File

@ -12,5 +12,6 @@ api
bower-template.json
bower.json
presentation-schedule.md
.jshintrc
*.sublime-project
*.sublime-workspace

View File

@ -1,6 +1,6 @@
{
"name": "konva",
"version": "0.9.0",
"version": "0.9.5",
"author": "Anton Lavrenov",
"devDependencies": {
"chai": "1.9.2",

View File

@ -2,7 +2,7 @@
"name": "konva",
"version": "@@version",
"authors": [
"Eric Rowell", "Anton Lavrenov"
"Anton Lavrenov", "Eric Rowell"
],
"homepage": "http://konvajs.github.io",
"description": "Konva is an HTML5 Canvas JavaScript framework that enables high performance animations, transitions, node nesting, layering, filtering, caching, event handling for desktop and mobile applications, and much more.",
@ -21,6 +21,7 @@
"*.yml",
".jshitrc",
".npmignore",
"package.json",
".travis.yml",
".gitignore",
"Gruntfile.js"