Skip to content

Commit

Permalink
v1.4.0-alpha.14+sha.69d796b
Browse files Browse the repository at this point in the history
  • Loading branch information
taye committed Oct 7, 2018
1 parent 69d796b commit bc09580
Show file tree
Hide file tree
Showing 89 changed files with 43,095 additions and 444 deletions.
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.0.0",
"version": "1.4.0-alpha.14",
"packages": [
"packages/*",
"."
".",
"packages/*"
]
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@interactjs/_dev",
"private": "true",
"version": "1.4.0-alpha.13+sha.cf47517",
"version": "1.4.0-alpha.14+sha.69d796b",
"bin": {
"_dev": "scripts/_dev",
"@build": "scripts/build.js",
Expand Down
23 changes: 23 additions & 0 deletions packages/actions/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Copyright (c) 2012-2018 Taye Adeyemi <[email protected]>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to
whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12 changes: 6 additions & 6 deletions packages/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@interactjs/actions",
"version": "0.0.0",
"version": "1.4.0-alpha.14+sha.69d796b",
"peerDependencies": {
"@interactjs/core": "0.0.0",
"@interactjs/utils": "0.0.0"
"@interactjs/core": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/utils": "1.4.0-alpha.14+sha.69d796b"
},
"devDependencies": {
"@interactjs/_dev": "0.0.0",
"@interactjs/core": "0.0.0",
"@interactjs/utils": "0.0.0"
"@interactjs/_dev": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/core": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/utils": "1.4.0-alpha.14+sha.69d796b"
},
"publishConfig": {
"access": "public"
Expand Down
23 changes: 23 additions & 0 deletions packages/autoScroll/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Copyright (c) 2012-2018 Taye Adeyemi <[email protected]>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to
whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 changes: 4 additions & 4 deletions packages/autoScroll/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@interactjs/autoScroll",
"version": "0.0.0",
"version": "1.4.0-alpha.14+sha.69d796b",
"peerDependencies": {
"@interactjs/utils": "0.0.0"
"@interactjs/utils": "1.4.0-alpha.14+sha.69d796b"
},
"devDependencies": {
"@interactjs/_dev": "0.0.0",
"@interactjs/utils": "0.0.0"
"@interactjs/_dev": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/utils": "1.4.0-alpha.14+sha.69d796b"
},
"publishConfig": {
"access": "public"
Expand Down
23 changes: 23 additions & 0 deletions packages/autoStart/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Copyright (c) 2012-2018 Taye Adeyemi <[email protected]>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to
whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12 changes: 6 additions & 6 deletions packages/autoStart/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@interactjs/autoStart",
"version": "0.0.0",
"version": "1.4.0-alpha.14+sha.69d796b",
"peerDependencies": {
"@interactjs/core": "0.0.0",
"@interactjs/utils": "0.0.0"
"@interactjs/core": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/utils": "1.4.0-alpha.14+sha.69d796b"
},
"devDependencies": {
"@interactjs/_dev": "0.0.0",
"@interactjs/core": "0.0.0",
"@interactjs/utils": "0.0.0"
"@interactjs/_dev": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/core": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/utils": "1.4.0-alpha.14+sha.69d796b"
},
"publishConfig": {
"access": "public"
Expand Down
23 changes: 23 additions & 0 deletions packages/core/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Copyright (c) 2012-2018 Taye Adeyemi <[email protected]>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to
whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@interactjs/core",
"version": "0.0.0",
"version": "1.4.0-alpha.14+sha.69d796b",
"peerDependencies": {
"@interactjs/utils": "0.0.0"
"@interactjs/utils": "1.4.0-alpha.14+sha.69d796b"
},
"devDependencies": {
"@interactjs/_dev": "0.0.0",
"@interactjs/utils": "0.0.0"
"@interactjs/_dev": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/utils": "1.4.0-alpha.14+sha.69d796b"
},
"publishConfig": {
"access": "public"
Expand Down
23 changes: 23 additions & 0 deletions packages/inertia/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Copyright (c) 2012-2018 Taye Adeyemi <[email protected]>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to
whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12 changes: 6 additions & 6 deletions packages/inertia/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@interactjs/inertia",
"version": "0.0.0",
"version": "1.4.0-alpha.14+sha.69d796b",
"peerDependencies": {
"@interactjs/modifiers": "0.0.0",
"@interactjs/utils": "0.0.0"
"@interactjs/modifiers": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/utils": "1.4.0-alpha.14+sha.69d796b"
},
"devDependencies": {
"@interactjs/_dev": "0.0.0",
"@interactjs/modifiers": "0.0.0",
"@interactjs/utils": "0.0.0"
"@interactjs/_dev": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/modifiers": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/utils": "1.4.0-alpha.14+sha.69d796b"
},
"publishConfig": {
"access": "public"
Expand Down
23 changes: 23 additions & 0 deletions packages/interact/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Copyright (c) 2012-2018 Taye Adeyemi <[email protected]>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to
whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
40 changes: 20 additions & 20 deletions packages/interact/package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "@interactjs/interact",
"version": "0.0.0",
"version": "1.4.0-alpha.14+sha.69d796b",
"peerDependencies": {
"@interactjs/actions": "0.0.0",
"@interactjs/autoScroll": "0.0.0",
"@interactjs/autoStart": "0.0.0",
"@interactjs/core": "0.0.0",
"@interactjs/inertia": "0.0.0",
"@interactjs/modifiers": "0.0.0",
"@interactjs/pointerEvents": "0.0.0",
"@interactjs/reflow": "0.0.0",
"@interactjs/utils": "0.0.0"
"@interactjs/actions": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/autoScroll": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/autoStart": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/core": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/inertia": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/modifiers": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/pointerEvents": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/reflow": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/utils": "1.4.0-alpha.14+sha.69d796b"
},
"devDependencies": {
"@interactjs/_dev": "0.0.0",
"@interactjs/actions": "0.0.0",
"@interactjs/autoScroll": "0.0.0",
"@interactjs/autoStart": "0.0.0",
"@interactjs/core": "0.0.0",
"@interactjs/inertia": "0.0.0",
"@interactjs/modifiers": "0.0.0",
"@interactjs/pointerEvents": "0.0.0",
"@interactjs/reflow": "0.0.0",
"@interactjs/utils": "0.0.0"
"@interactjs/_dev": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/actions": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/autoScroll": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/autoStart": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/core": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/inertia": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/modifiers": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/pointerEvents": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/reflow": "1.4.0-alpha.14+sha.69d796b",
"@interactjs/utils": "1.4.0-alpha.14+sha.69d796b"
},
"publishConfig": {
"access": "public"
Expand Down
23 changes: 23 additions & 0 deletions packages/interactjs/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Copyright (c) 2012-2018 Taye Adeyemi <[email protected]>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to
whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice shall
be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading

0 comments on commit bc09580

Please sign in to comment.