We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17eea0c commit 3ff3894Copy full SHA for 3ff3894
elba.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "typedefs/typedefs"
3
-version = "0.1.0"
+version = "0.2.0"
4
authors = []
5
6
[dependencies]
typedefs-core.ipkg
@@ -1,5 +1,7 @@
package typedefs-core
+version = 0.2.0
+
modules = Typedefs.Names
, Typedefs.Text
7
, Typedefs.Parse
typedefs-js.ipkg
package typedefs-js
modules = JS.Main
executable = typedefs.js
typedefs.ipkg
package typedefs
executable = typedefs
main = CLI.Main
0 commit comments