forked from simatic-ax/io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request simatic-ax#8 from simatic-ax/update_dependencies
fix(lic): update license to V1.1
- Loading branch information
Showing
2 changed files
with
29 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,36 @@ | ||
# General information | ||
name: '@simatic-ax/io' | ||
version: 0.0.0-placeholder | ||
author: Siemens AG | ||
# Description will be displayed in the apax extension | ||
description: This library contains some classes to handle elementary data types as an object. | ||
type: lib | ||
#URL to the repository | ||
repository: | ||
type: git | ||
url: https://github.com/simatic-ax/io | ||
# Environment variables | ||
variables: | ||
APAX_BUILD_ARGS: | ||
- '--log Debug' | ||
- --debug | ||
GITHUB_REG_URL: "https://npm.pkg.github.com" | ||
targets: | ||
- '1500' | ||
- 'axunit-llvm' | ||
# Dependencies | ||
dependencies: | ||
"@ax/system-timer": 3.0.9 | ||
devDependencies: | ||
'@ax/sdk': 3.0.2 | ||
# "@simatic-ax/mocks": 0.1.3 TEMPORARY DIABLED BEACUSE OF DISABLED MOCKING FUNCTIONALITY | ||
"@simatic-ax/snippetscollection": 0.0.14 | ||
# 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' | ||
- 'LICENSE.md' | ||
- 'snippets' | ||
- 'doc' | ||
- 'src' # ship library with source | ||
# - 'library/1500/' # ship library with binary | ||
|
||
- 'src' |