Commit 827566ee 827566ee4d00c38aa3a202f760aa7d5fab021bf0 by Vincent Peybernes

0.1.0-rc

1 parent 1d2856d2
Pipeline #35 for 827566ee passed in 2 minutes 19 seconds
...@@ -37,5 +37,4 @@ publish: ...@@ -37,5 +37,4 @@ publish:
37 script: 37 script:
38 - npm install 38 - npm install
39 - npm run build 39 - npm run build
40 - git push origin --tags
41 - npm publish 40 - npm publish
...\ No newline at end of file ...\ No newline at end of file
......
1 { 1 {
2 "name": "relative-placement-js", 2 "name": "relative-placement-js",
3 "version": "0.0.1", 3 "version": "0.1.0-rc",
4 "description": "JavaScript Relative Placement calculator for dance competitions.", 4 "description": "JavaScript Relative Placement calculator for dance competitions.",
5 "author":{ 5 "author": {
6 "name": "Techniv", 6 "name": "Techniv",
7 "email": "contact@techniv.fr" 7 "email": "contact@techniv.fr"
8 }, 8 },
9 "main": "./dist/relative-placement.js", 9 "main": "./dist/relative-placement.js",
10 10 "repository": {
11 "repository":{
12 "type": "git", 11 "type": "git",
13 "url": "http://gitlab.techniv.fr/WestCoastSwing/RelativePlacement" 12 "url": "http://gitlab.techniv.fr/WestCoastSwing/RelativePlacement"
14 }, 13 },
15 "bugs": { 14 "bugs": {
16 "url": "http://gitlab.techniv.fr/WestCoastSwing/RelativePlacement/issues" 15 "url": "http://gitlab.techniv.fr/WestCoastSwing/RelativePlacement/issues"
17 }, 16 },
18
19 "devDependencies": { 17 "devDependencies": {
20 "gulp": "*", 18 "gulp": "*",
21 "gulp-babel": "*", 19 "gulp-babel": "*",
...@@ -27,7 +25,7 @@ ...@@ -27,7 +25,7 @@
27 }, 25 },
28 "scripts": { 26 "scripts": {
29 "build": "./node_modules/.bin/gulp build", 27 "build": "./node_modules/.bin/gulp build",
30 "test" : "./node_modules/.bin/mocha bdd tests/node/**/*Spec.js" 28 "test": "./node_modules/.bin/mocha bdd tests/node/**/*Spec.js"
31 }, 29 },
32 "engines": { 30 "engines": {
33 "node": ">=6.9.*" 31 "node": ">=6.9.*"
......