@ovh-ux/ng-ovh-contacts
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -0,1 +1,5 @@ | ||
## [2.0.3](https://github.com/ovh-ux/ng-ovh-contacts/compare/v2.0.2...v2.0.3) (2019-12-30) | ||
## [2.0.2](https://github.com/ovh-ux/ng-ovh-contacts/compare/v2.0.1...v2.0.2) (2019-11-08) | ||
@@ -2,0 +6,0 @@ |
@@ -20,2 +20,1 @@ function ___$insertStyle(css) { | ||
export default Messages_cs_CZ; | ||
//# sourceMappingURL=Messages_cs_CZ-c39a28be.js.map |
@@ -20,2 +20,1 @@ function ___$insertStyle(css) { | ||
export default Messages_de_DE; | ||
//# sourceMappingURL=Messages_de_DE-af93a7c0.js.map |
@@ -20,2 +20,1 @@ function ___$insertStyle(css) { | ||
export default Messages_en_GB; | ||
//# sourceMappingURL=Messages_en_GB-a7049da0.js.map |
@@ -20,2 +20,1 @@ function ___$insertStyle(css) { | ||
export default Messages_es_ES; | ||
//# sourceMappingURL=Messages_es_ES-bbc4f6a0.js.map |
@@ -20,2 +20,1 @@ function ___$insertStyle(css) { | ||
export default Messages_es_US; | ||
//# sourceMappingURL=Messages_es_US-74e26a89.js.map |
@@ -20,2 +20,1 @@ function ___$insertStyle(css) { | ||
export default Messages_fi_FI; | ||
//# sourceMappingURL=Messages_fi_FI-73d478e1.js.map |
@@ -20,2 +20,1 @@ function ___$insertStyle(css) { | ||
export default Messages_fr_CA; | ||
//# sourceMappingURL=Messages_fr_CA-60494b89.js.map |
@@ -20,2 +20,1 @@ function ___$insertStyle(css) { | ||
export default Messages_fr_FR; | ||
//# sourceMappingURL=Messages_fr_FR-d589efee.js.map |
@@ -20,2 +20,1 @@ function ___$insertStyle(css) { | ||
export default Messages_it_IT; | ||
//# sourceMappingURL=Messages_it_IT-762b883a.js.map |
@@ -20,2 +20,1 @@ function ___$insertStyle(css) { | ||
export default Messages_lt_LT; | ||
//# sourceMappingURL=Messages_lt_LT-b144c6d4.js.map |
@@ -20,2 +20,1 @@ function ___$insertStyle(css) { | ||
export default Messages_pl_PL; | ||
//# sourceMappingURL=Messages_pl_PL-50030b1a.js.map |
@@ -20,2 +20,1 @@ function ___$insertStyle(css) { | ||
export default Messages_pt_PT; | ||
//# sourceMappingURL=Messages_pt_PT-2c749396.js.map |
{ | ||
"name": "@ovh-ux/ng-ovh-contacts", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Helpers for managing OVH Contacts", | ||
@@ -21,9 +21,10 @@ "keywords": [ | ||
"scripts": { | ||
"build": "rollup -c", | ||
"dev": "rollup -c --watch", | ||
"lint": "run-p lint:html lint:js lint:md", | ||
"build": "rollup -c --environment BUILD:production", | ||
"dev": "rollup -cw --environment BUILD:development", | ||
"lint": "run-p lint:*", | ||
"lint:html": "htmlhint 'src/**/*.html'", | ||
"lint:css": "stylelint \"src/**/*.{css,scss}\" --fix", | ||
"lint:js": "eslint --quiet --fix --format=pretty src", | ||
"lint:md": "eslint --quiet --fix --format=pretty --ext .md .", | ||
"prepare": "rollup -c", | ||
"prepare": "yarn run build", | ||
"test": "eslint --quiet src", | ||
@@ -40,11 +41,14 @@ "version": "npx conventional-changelog-cli -p angular -i CHANGELOG.md -s && git add CHANGELOG.md", | ||
"@ovh-ux/component-rollup-config": "^7.0.0", | ||
"eslint": "^6.6.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-formatter-pretty": "^2.1.1", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-formatter-pretty": "^3.0.1", | ||
"eslint-plugin-import": "^2.19.1", | ||
"eslint-plugin-markdown": "^1.0.1", | ||
"htmlhint": "^0.11.0", | ||
"husky": "^3.0.9", | ||
"lint-staged": "^9.4.2", | ||
"npm-run-all": "^4.1.5" | ||
"husky": "^3.1.0", | ||
"lint-staged": "^9.5.0", | ||
"npm-run-all": "^4.1.5", | ||
"stylelint": "^12.0.1", | ||
"stylelint-config-standard": "^19.0.0", | ||
"stylelint-scss": "^3.13.0" | ||
}, | ||
@@ -63,3 +67,6 @@ "peerDependencies": { | ||
"ui-select": "^0.19.8" | ||
}, | ||
"resolutions": { | ||
"set-value": "^2.0.1" | ||
} | ||
} |
# ng-ovh-contacts | ||
> Help you to manage OVH contacts | ||
> Help you to manage OVHcloud contacts | ||
@@ -10,3 +10,3 @@ [](https://npmjs.com/package/@ovh-ux/ng-ovh-contacts) [](https://npmjs.com/package/@ovh-ux/ng-ovh-contacts?activeTab=dependencies) [](https://npmjs.com/package/@ovh-ux/ng-ovh-contacts?activeTab=dependencies) [](https://gitter.im/ovh/ux) | ||
```sh | ||
yarn add @ovh-ux/ng-ovh-contacts | ||
$ yarn add @ovh-ux/ng-ovh-contacts | ||
``` | ||
@@ -21,5 +21,3 @@ | ||
// Add the ngOvhContacts module as dependency of your angular project | ||
angular.module('myApp', [ | ||
ngOvhContacts, | ||
]); | ||
angular.module('myApp', [ngOvhContacts]); | ||
``` | ||
@@ -30,3 +28,3 @@ | ||
```sh | ||
yarn test | ||
$ yarn test | ||
``` | ||
@@ -33,0 +31,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
4412966
15
45
20953
36