Skip to content

Commit

Permalink
feat: first release
Browse files Browse the repository at this point in the history
BREAKING CHANGE: new release
  • Loading branch information
dhpagani committed May 21, 2024
1 parent 392566f commit a55bdb3
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/philips-repo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
business-category: 32
business-category-details: https://share.philips.com/sites/SWCoE/Lists/List%20of%20Business%20Categories/DispForm.aspx?ID=32&e=XYmARn
export-control-eccn: EAR99
export-control-sgi: 3
export-control-rationale: Based on export control screening questionnaire results
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Build Workflow
run-name: Build Workflow ${{ github.base_ref}}
on:
push:
branches:
- main
- dev
- '[0-9]+\.[0-9]+\.x'
workflow_dispatch:

jobs:
build-publish:
uses: philips-internal/emr-devops-actions/.github/workflows/reusable_npm_library_semver.yml@develop
secrets: inherit
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github
3 changes: 1 addition & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
registry=http://192.168.240.10:4873
strict-ssl=false
lockfile-version=1
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-datetimepicker",
"name": "@philips-internal/emr-jquery-datetimepicker",
"description": "",
"version": "1.0.0",
"version": "0.0.0",
"private": true,
"main": "jquery.datetimepicker.js",
"repository": {
Expand Down

0 comments on commit a55bdb3

Please sign in to comment.