Skip to content

Commit

Permalink
Merge pull request #73 from simatic-ax/chore/update_apax_yml_to_new_l…
Browse files Browse the repository at this point in the history
…ayout

chore: Update apax.yml to new layout
  • Loading branch information
BeckerStS authored Jun 18, 2024
2 parents 5a542be + 62df219 commit 7443a61
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,26 @@ description: Functions for String conversion
repository:
type: git
url: https://github.com/simatic-ax/conversion
# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
# Environment variables
variables:
APAX_BUILD_ARGS:
- '--debug'
targets:
- '1500'
- 'llvm'
# Install Setting
installStrategy: strict
apaxVersion: 3.2.1
# Dependencies
devDependencies:
"@ax/sdk": 2405.0.0
"@simatic-ax/snippetscollection": 1.0.0
dependencies:
"@ax/system-strings": 7.0.17
"@ax/system-math": 7.0.17
# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
# Files, which will be shipped with the library
files:
- 'README.md'
Expand All @@ -34,5 +37,3 @@ files:
- 'snippets'
- 'doc'
- 'src' # ship library with source
installStrategy: strict
apaxVersion: 3.0.0

0 comments on commit 7443a61

Please sign in to comment.