Skip to content

Commit

Permalink
Merge pull request #22 from simatic-ax/chore/restructur_apax_yml
Browse files Browse the repository at this point in the history
chore: restructure apax.yml
  • Loading branch information
ReinerSchinkoethe committed Jun 17, 2024
2 parents 7300619 + 67a6ed3 commit f282730
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ type: lib
repository:
type: git
url: https://github.com/simatic-ax/io
# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
# Environment variables
variables:
APAX_BUILD_ARGS:
Expand All @@ -17,16 +20,16 @@ variables:
targets:
- '1500'
- 'llvm'
# Install Setting
installStrategy: strict
apaxVersion: 3.2.1
# Dependencies
dependencies:
"@ax/system-timer": 7.0.17
devDependencies:
'@ax/sdk': 2405.0.0
# "@simatic-ax/mocks": 0.1.3 TEMPORARY DIABLED BEACUSE OF DISABLED MOCKING FUNCTIONALITY
"@simatic-ax/snippetscollection": 1.0.0
# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
dependencies:
"@ax/system-timer": 7.0.17
# Files, which will be shipped with the library
files:
- 'README.md'
Expand Down

0 comments on commit f282730

Please sign in to comment.