Skip to content

Commit

Permalink
p3x-robot sunday release 2018-5-4 21:35:39
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 4, 2018
1 parent 9aa7175 commit 92fea68
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -8,4 +8,4 @@
.idea/inspectionProfiles/profiles_settings.xml

node_modules/.yarn-integrity
package-lock.json

6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -6,7 +6,7 @@



# 馃問 Angular Dynamic Compile component, that turns a string into a compiled component v5.2.135-351
# 馃問 Angular Dynamic Compile component, that turns a string into a compiled component v6.0.6-362

This is an open-source project. Star this repository if you like it, or even donate! Thank you so much! :)

Expand Down Expand Up @@ -34,7 +34,7 @@ https://nodejs.org/en/download/package-manager/
# Built on Angular

```text
5.2.10
6.0.0
```

Expand Down Expand Up @@ -240,7 +240,7 @@ https://stackoverflow.com/questions/42993580/angular-2-type-childcomponent-is-a-

---

[**P3X-ANGULAR-COMPILE**](https://pages.corifeus.com/angular-compile) Build v5.2.135-351
[**P3X-ANGULAR-COMPILE**](https://pages.corifeus.com/angular-compile) Build v6.0.6-362

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
14 changes: 8 additions & 6 deletions package.json
@@ -1,12 +1,14 @@
{
"name": "p3x-angular-compile",
"version": "5.2.135-351",
"version": "6.0.6-362",
"corifeus": {
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Logico",
"nodejs": "v10.0.0"
"nodejs": "v10.0.0",
"opencollective": false,
"reponame": "angular-compile"
},
"description": "馃問 Angular Dynamic Compile component, that turns a string into a compiled component",
"main": "dist/index.js",
Expand Down Expand Up @@ -35,9 +37,9 @@
},
"homepage": "https://pages.corifeus.com/angular-compile",
"devDependencies": {
"corifeus-builder-angular": "^5.2.277-413",
"corifeus-web": "^5.2.307-391",
"corifeus-web-material": "^5.2.181-429"
"corifeus-builder-angular": "^6.0.15-425",
"corifeus-web": "^6.0.19-403",
"corifeus-web-material": "^6.0.16-448"
},
"dependencies": {
"@types/lodash": "^4.14.108",
Expand All @@ -46,4 +48,4 @@
"engines": {
"node": ">=8.9.0"
}
}
}

0 comments on commit 92fea68

Please sign in to comment.