Fixed comments on PR

This commit is contained in:
Vito Albano 2016-10-04 15:18:49 +01:00
parent f72165b55f
commit c595716f20
4 changed files with 3 additions and 21 deletions

View File

@ -1,12 +0,0 @@
language: node_js
node_js:
- v5
- v4
- '0.12'
- '0.10'
install: npm install
sudo: false
after_success:
npm run coverage
# Send coverage data to Coveralls
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

View File

@ -1,8 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Angular 2 TaskList - Demo</title>
<title>Angular 2 UserInfo - Demo</title>
<base href="./">
<!-- Google Material Design Lite -->

View File

@ -1,6 +1,6 @@
{
"name": "ng2-activiti-tasklist-demo",
"description": "Alfresco Angular2 Task List Component - Demo",
"name": "ng2-alfresco-userinfo-demo",
"description": "Alfresco Angular2 User Info Component - Demo",
"version": "0.1.0",
"author": "Alfresco Software, Ltd.",
"main": "index.js",

View File

@ -1,5 +0,0 @@
{
"watch": [
"node_modules/ng2-alfresco-tag/dist/**/*.{html,htm,css,js}"
]
}