Skip to content

Commit

Permalink
angular 2 compile html
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Feb 26, 2017
1 parent 6c99201 commit a7d4cb4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = (grunt) => {
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/patrikx3/\${git.repo}/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/patrikx3/\${git.repo}/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/patrikx3/\${git.repo}/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/patrikx3/\${git.repo}/?branch=master) [![Trello](https://img.shields.io/badge/Trello-p3x-026aa7.svg)](https://trello.com/b/gqKHzZGy/p3x)
[![NPM](https://nodei.co/npm/\${pkg.name }.png)](https://nodei.co/npm/\${pkg.name}/)
[![NPM](https://nodei.co/npm/\${pkg.name}.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/\${pkg.name}/)
`,
files: [
'artifacts/**/*.md',
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/patrikx3/ng2-compile-html/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/patrikx3/ng2-compile-html/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/patrikx3/ng2-compile-html/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/patrikx3/ng2-compile-html/?branch=master) [![Trello](https://img.shields.io/badge/Trello-p3x-026aa7.svg)](https://trello.com/b/gqKHzZGy/p3x)

[![NPM](https://nodei.co/npm/p3x-ng2-compile-html.png)](https://nodei.co/npm/p3x-ng2-compile-html/)
[![NPM](https://nodei.co/npm/p3x-ng2-compile-html.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/p3x-ng2-compile-html/)


[//]: #corifeus-header:end
Expand Down Expand Up @@ -54,7 +54,7 @@ Angular 2 tries to camelCase all attributes, for me it is still HTML, so my sele

[by Patrik Laszlo](http://patrikx3.tk)

p3x-ng2-compile-html v1.1.112-147 on 2/26/2017, 1:39:27 AM
p3x-ng2-compile-html v1.1.113-149 on 2/26/2017, 1:41:33 AM


[//]: #@corifeus-footer:end
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "p3x-ng2-compile-html",
"version": "1.1.112-147",
"version": "1.1.113-149",
"corifeus": {
"prefix": "p3x-",
"time": "2/26/2017, 1:39:27 AM"
"time": "2/26/2017, 1:41:33 AM"
},
"description": "Compile an HTML Angular 2 Service/Attribute to into a component/HTML",
"main": "src/index.ts",
Expand Down

0 comments on commit a7d4cb4

Please sign in to comment.