mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
build
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
## 5.2.0
|
## 5.2.0 2014-01-22
|
||||||
|
|
||||||
* Bug Fixes
|
* Bug Fixes
|
||||||
* working "this-example" as name for nodes
|
* working "this-example" as name for nodes
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "KineticJS",
|
"name": "KineticJS",
|
||||||
"version": "5.1.10",
|
"version": "5.2.0",
|
||||||
"homepage": "http://kineticjs.com/",
|
"homepage": "http://kineticjs.com/",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Eric Rowell", "Anton Lavrenov"
|
"Eric Rowell", "Anton Lavrenov"
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* KineticJS JavaScript Framework v5.1.10
|
* KineticJS JavaScript Framework v5.2.0
|
||||||
* http://lavrton.github.io/KineticJS/
|
* http://lavrton.github.io/KineticJS/
|
||||||
* Licensed under the MIT or GPL Version 2 licenses.
|
* Licensed under the MIT or GPL Version 2 licenses.
|
||||||
* Date: 2015-01-21
|
* Date: 2015-01-22
|
||||||
*
|
*
|
||||||
* Original work Copyright (C) 2011 - 2013 by Eric Rowell
|
* Original work Copyright (C) 2011 - 2013 by Eric Rowell
|
||||||
* Modified work Copyright 2015 Anton Lavrenov
|
* Modified work Copyright (C) 2014 - 2015 by Anton Lavrenov
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@@ -36,7 +36,7 @@ var Kinetic = {};
|
|||||||
|
|
||||||
Kinetic = {
|
Kinetic = {
|
||||||
// public
|
// public
|
||||||
version: '5.1.10',
|
version: '5.2.0',
|
||||||
|
|
||||||
// private
|
// private
|
||||||
stages: [],
|
stages: [],
|
||||||
|
4
kinetic.min.js
vendored
4
kinetic.min.js
vendored
File diff suppressed because one or more lines are too long
12
package.json
12
package.json
@@ -1,6 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "kinetic",
|
"name": "kinetic",
|
||||||
"version": "5.1.10",
|
"version": "5.2.0",
|
||||||
|
"author": "Eric Rowell",
|
||||||
|
"contributors" : [
|
||||||
|
{
|
||||||
|
"name" : "Anton Lavrenov",
|
||||||
|
"email" : "lavrton@gmail.com",
|
||||||
|
"url" : "https://twitter.com/lavrton"
|
||||||
|
}
|
||||||
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "1.9.2",
|
"chai": "1.9.2",
|
||||||
"finalhandler": "^0.3.3",
|
"finalhandler": "^0.3.3",
|
||||||
@@ -34,12 +42,12 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/lavrton/KineticJS/issues"
|
"url": "https://github.com/lavrton/KineticJS/issues"
|
||||||
},
|
},
|
||||||
|
"homepage" : "http://lavrton.github.io/KineticJS/",
|
||||||
"readmeFilename": "README.md",
|
"readmeFilename": "README.md",
|
||||||
"main": "kinetic.js",
|
"main": "kinetic.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/lavrton/KineticJS.git"
|
"url": "git://github.com/lavrton/KineticJS.git"
|
||||||
},
|
},
|
||||||
"author": "Anton Lavrenov",
|
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
* Date: @@date
|
* Date: @@date
|
||||||
*
|
*
|
||||||
* Original work Copyright (C) 2011 - 2013 by Eric Rowell
|
* Original work Copyright (C) 2011 - 2013 by Eric Rowell
|
||||||
* Modified work Copyright 2015 Anton Lavrenov
|
* Modified work Copyright (C) 2014 - 2015 by Anton Lavrenov
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
Reference in New Issue
Block a user