Skip to content

Commit

Permalink
Merge pull request #335 from JuliaGizmos/pv/project
Browse files Browse the repository at this point in the history
switch to Project file
  • Loading branch information
piever authored Aug 23, 2019
2 parents 74fd3f3 + e3634b6 commit 61b90c2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ docs/site/
docs/src/tutorial.md
assets/
deps/build.log
Manifest.toml
30 changes: 30 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name = "Interact"
uuid = "c601a237-2ae4-5e1e-952c-7a85b0c7eef1"
version = "0.10.3"

[deps]
CSSUtil = "70588ee8-6100-5070-97c1-3cb50ed05fe8"
InteractBase = "d3863d7c-f0c8-5437-a7b4-3ae773c01009"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Knockout = "bcebb21b-c2e3-54f8-a781-646b90f6d2cc"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"
Widgets = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"

[compat]
julia = "0.7, 1"
JSON = "≥ 0.7"
InteractBase = "≥ 0.10.1"
WebIO = "≥ 0.3.1"
OrderedCollections = "1"
Widgets = "≥ 0.5.0"
Reexport = "≥ 0.1.0"
Observables = "≥ 0.2.2"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
10 changes: 0 additions & 10 deletions REQUIRE

This file was deleted.

2 comments on commit 61b90c2

@piever
Copy link
Collaborator Author

@piever piever commented on 61b90c2 Aug 23, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/2890

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.10.3 -m "<description of version>" 61b90c2c6d3af98d8226e7738eac9ecbcf3ea74a
git push origin v0.10.3

Please sign in to comment.