mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
Move note on infix-api to correct location
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// Example project to show how to use Atrium in combination with mocha
|
||||
// For more information on how to setup Atrium for a JS project -> https://github.com/robstoll/atrium#js
|
||||
|
||||
// for infix-api -> change to 'atrium-infix-en_GB-js'
|
||||
val atriumApi = "atrium-fluent-en_GB-js"
|
||||
val atriumVersion = "0.16.0"
|
||||
|
||||
@@ -9,7 +10,6 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// for infix-api -> change to 'atrium-infix-en_GB-js'
|
||||
"implementation"("org.jetbrains.kotlin:kotlin-stdlib-js")
|
||||
|
||||
// setup for Atrium:
|
||||
|
||||
Reference in New Issue
Block a user