Commit 6a856a9c 6a856a9c71643548cdba03177d511986522c6e41 by Vincent Peybernes

#2 - Publishing 0.1.0

1 parent 14384b02
Pipeline #71 for 6a856a9c passed in 5 minutes 10 seconds
...@@ -32,8 +32,8 @@ publish: ...@@ -32,8 +32,8 @@ publish:
32 - README.md 32 - README.md
33 - LICENCE 33 - LICENCE
34 - CHANGELOG.md 34 - CHANGELOG.md
35 environement: 35 environment:
36 name: npm 36 name: npm
37 url: https://www.npmjs.com/package/angular-matrix-validation 37 url: https://www.npmjs.com/package/angular-matrix-validation
38 scripts: 38 script:
39 - npm publish 39 - npm publish
...\ No newline at end of file ...\ No newline at end of file
......
1 # Angular Matrix Validation 1 # Angular Matrix Validation
2 2
3 [![build status](http://gitlab.techniv.fr/WestCoastSwing/RelativePlacement/badges/master/build.svg)](http://gitlab.techniv.fr/WestCoastSwing/RelativePlacement/commits/master) 3 [![build status](http://gitlab.techniv.fr/Techniv/angular-matrix-validation/badges/master/build.svg)](http://gitlab.techniv.fr/Techniv/angular-matrix-validation/commits/master)
4 4
5 This module provide an addon directive for form to validate matrix form. 5 This module provide an addon directive for form to validate matrix form.
6 6
......
1 { 1 {
2 "name": "angular-matrix-validation", 2 "name": "angular-matrix-validation",
3 "version": "0.0.0", 3 "version": "0.1.0",
4 "description": "Matrix valition for angular form", 4 "description": "Matrix validation for angular form",
5 "main": "index.js", 5
6 "scripts": { 6 "repository": {
7 "test": "node_modules/.bin/karma start karma.conf.js --single-run", 7 "type": "git",
8 "build": "node_modules/.bin/gulp build" 8 "url": "http://gitlab.techniv.fr/Techniv/angular-matrix-validation"
9 },
10
11 "bugs":{
12 "url": "http://gitlab.techniv.fr/Techniv/angular-matrix-validation/issues"
9 }, 13 },
14
10 "author": { 15 "author": {
11 "name": "Techniv", 16 "name": "Techniv",
12 "email": "contact@techniv.fr" 17 "email": "contact@techniv.fr"
13 }, 18 },
19
20 "scripts": {
21 "test": "node_modules/.bin/karma start karma.conf.js --single-run",
22 "build": "node_modules/.bin/gulp build"
23 },
24
14 "license": "MIT", 25 "license": "MIT",
26
15 "devDependencies": { 27 "devDependencies": {
16 "angular": "*", 28 "angular": "*",
17 "angular-mocks": "*", 29 "angular-mocks": "*",
......