Skip to content

Commit d8746fc

Browse files
committed
chore: cleanup meta files
1 parent 70c813f commit d8746fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ language: node_js
1010
node_js:
1111
- stable
1212
before_install:
13-
- npm i npm@^4 -g
13+
- npm i npm@^5 -g
1414
install:
1515
- npm install
1616
script:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MIT License
1+
The MIT License (MIT)
22

33
Copyright (c) 2017 Jonathan Ziller
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ngrx/forms",
33
"version": "0.1.0",
4-
"description": "Proper integration of forms in Angular 4 applications using Ngrx",
4+
"description": "Proper integration of forms in Angular 4 applications using ngrx",
55
"module": "@ngrx/forms.es5.js",
66
"es2015": "@ngrx/forms.js",
77
"main": "bundles/forms.umd.js",

0 commit comments

Comments
 (0)