mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
build
This commit is contained in:
parent
76cd65347d
commit
eba941e1c3
@ -1,4 +1,4 @@
|
||||
## 5.2.0
|
||||
## 5.2.0 2014-01-22
|
||||
|
||||
* Bug Fixes
|
||||
* working "this-example" as name for nodes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "KineticJS",
|
||||
"version": "5.1.10",
|
||||
"version": "5.2.0",
|
||||
"homepage": "http://kineticjs.com/",
|
||||
"authors": [
|
||||
"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/
|
||||
* 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
|
||||
* 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
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
@ -36,7 +36,7 @@ var Kinetic = {};
|
||||
|
||||
Kinetic = {
|
||||
// public
|
||||
version: '5.1.10',
|
||||
version: '5.2.0',
|
||||
|
||||
// private
|
||||
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",
|
||||
"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": {
|
||||
"chai": "1.9.2",
|
||||
"finalhandler": "^0.3.3",
|
||||
@ -34,12 +42,12 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/lavrton/KineticJS/issues"
|
||||
},
|
||||
"homepage" : "http://lavrton.github.io/KineticJS/",
|
||||
"readmeFilename": "README.md",
|
||||
"main": "kinetic.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/lavrton/KineticJS.git"
|
||||
},
|
||||
"author": "Anton Lavrenov",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
* Date: @@date
|
||||
*
|
||||
* 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
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
Loading…
Reference in New Issue
Block a user