mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 04:14:52 +08:00
5.1.9
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
#Hiatus
|
|
||||||
|
|
||||||
Hi all! I will be taking a 3 month break from KineticJS (until July 2014) to focus on other endeavors. KineticJS is in a great state right now (v5.1.0). Please continue to file any issues that you may find, or submit pull requests. They will eventually be addressed.
|
|
||||||
|
|
||||||
#Installation
|
#Installation
|
||||||
|
|
||||||
* `bower install kineticjs`
|
* `bower install kineticjs`
|
||||||
@@ -33,7 +29,7 @@ If you add a file in the src directory, be sure to add the filename to the sourc
|
|||||||
|
|
||||||
##Testing
|
##Testing
|
||||||
|
|
||||||
[](https://travis-ci.org/ericdrowell/KineticJS)
|
[](https://travis-ci.org/lavrton/KineticJS)
|
||||||
|
|
||||||
KineticJS uses Mocha for testing.
|
KineticJS uses Mocha for testing.
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "KineticJS",
|
"name": "KineticJS",
|
||||||
"version": "5.1.1",
|
"version": "5.1.9",
|
||||||
"homepage": "http://kineticjs.com/",
|
"homepage": "http://kineticjs.com/",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Eric Rowell", "Anton Lavrenov"
|
"Eric Rowell", "Anton Lavrenov"
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* KineticJS JavaScript Framework v5.1.1
|
* KineticJS JavaScript Framework v5.1.9
|
||||||
* http://www.kineticjs.com/
|
* http://www.kineticjs.com/
|
||||||
* Copyright 2013, Eric Rowell
|
* Copyright 2013, Eric Rowell
|
||||||
* Licensed under the MIT or GPL Version 2 licenses.
|
* Licensed under the MIT or GPL Version 2 licenses.
|
||||||
@@ -36,7 +36,7 @@ var Kinetic = {};
|
|||||||
|
|
||||||
Kinetic = {
|
Kinetic = {
|
||||||
// public
|
// public
|
||||||
version: '5.1.1',
|
version: '5.1.9',
|
||||||
|
|
||||||
// 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
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "kinetic",
|
"name": "kinetic",
|
||||||
"version": "5.1.1",
|
"version": "5.1.9",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt-contrib-jshint": "0.10.0",
|
"grunt-contrib-jshint": "0.10.0",
|
||||||
"grunt-contrib-nodeunit": "0.4.1",
|
"grunt-contrib-nodeunit": "0.4.1",
|
||||||
|
Reference in New Issue
Block a user