We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c813f commit d8746fcCopy full SHA for d8746fc
.travis.yml
@@ -10,7 +10,7 @@ language: node_js
10
node_js:
11
- stable
12
before_install:
13
- - npm i npm@^4 -g
+ - npm i npm@^5 -g
14
install:
15
- npm install
16
script:
LICENSE
@@ -1,4 +1,4 @@
1
-MIT License
+The MIT License (MIT)
2
3
Copyright (c) 2017 Jonathan Ziller
4
package.json
@@ -1,7 +1,7 @@
{
"name": "@ngrx/forms",
"version": "0.1.0",
- "description": "Proper integration of forms in Angular 4 applications using Ngrx",
+ "description": "Proper integration of forms in Angular 4 applications using ngrx",
5
"module": "@ngrx/forms.es5.js",
6
"es2015": "@ngrx/forms.js",
7
"main": "bundles/forms.umd.js",
0 commit comments