Skip to content

Commit

Permalink
Packing and npm publish updates
Browse files Browse the repository at this point in the history
  • Loading branch information
godind committed Nov 4, 2023
1 parent 460258b commit a4991c5
Show file tree
Hide file tree
Showing 7 changed files with 2,460 additions and 2,900 deletions.
15 changes: 14 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Manual project excludes
/src
.angular/
e2e/
svg-templates/
karma.conf.js
.angulardoc.json
.browserslistrc
angular.json
tsconfig.json
tslint.json
protractor.conf.js


# dependencies
/node_modules
Expand Down Expand Up @@ -32,4 +45,4 @@ yarn-error.log

# System Files
.DS_Store
Thumbs.db
Thumbs.db
8 changes: 4 additions & 4 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ KIP contributors (sorted alphabetically)

* **[David Godin](https://github.com/godind)**

* Integration of Canvas-Gauges
* A lot of UI polishing and code cleanup
* Additional Customization of gauges
* Metadata/Zones work
* Performance improvements
* Code and framework refactoring
* UI polishing, code documentation
* Additional Widgets

* **[Thomas St-Pierre](https://github.com/mxtommy)**

Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
},
"cli": {
"warnings": {
"versionMismatch": false
"versionMismatch": true
}
}
}
Loading

0 comments on commit a4991c5

Please sign in to comment.