mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
ignore some files
This commit is contained in:
parent
551c7d99eb
commit
4e23aa89e9
@ -12,5 +12,6 @@ api
|
|||||||
bower-template.json
|
bower-template.json
|
||||||
bower.json
|
bower.json
|
||||||
presentation-schedule.md
|
presentation-schedule.md
|
||||||
|
.jshintrc
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "konva",
|
"name": "konva",
|
||||||
"version": "0.9.0",
|
"version": "0.9.5",
|
||||||
"author": "Anton Lavrenov",
|
"author": "Anton Lavrenov",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "1.9.2",
|
"chai": "1.9.2",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "konva",
|
"name": "konva",
|
||||||
"version": "@@version",
|
"version": "@@version",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Eric Rowell", "Anton Lavrenov"
|
"Anton Lavrenov", "Eric Rowell"
|
||||||
],
|
],
|
||||||
"homepage": "http://konvajs.github.io",
|
"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.",
|
"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",
|
"*.yml",
|
||||||
".jshitrc",
|
".jshitrc",
|
||||||
".npmignore",
|
".npmignore",
|
||||||
|
"package.json",
|
||||||
".travis.yml",
|
".travis.yml",
|
||||||
".gitignore",
|
".gitignore",
|
||||||
"Gruntfile.js"
|
"Gruntfile.js"
|
||||||
|
Loading…
Reference in New Issue
Block a user