Commit 7a2b23bb 7a2b23bbec2786ace878a5233049e2166bc58279 by Vincent Peybernes

#9 Prepare publish

1 parent a7e37e8b
Pipeline #26 for 7a2b23bb passed in 52 seconds
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
3 .gitignore 3 .gitignore
4 tests 4 tests
5 node_modules 5 node_modules
6 .log
...\ No newline at end of file ...\ No newline at end of file
6 *.log
...\ No newline at end of file ...\ No newline at end of file
......
1 # RelativePlacementJS 1 # RelativePlacementJS
2 [![build status](http://gitlab.techniv.fr/WestCoastSwing/RelativePlacement/badges/master/build.svg)](http://gitlab.techniv.fr/WestCoastSwing/RelativePlacement/commits/master)
2 3
3 This library provide an placement system with the relative placement algorithm used in 4 This library provide an placement system with the relative placement algorithm used in
4 West Coast Swing dance competitions. 5 West Coast Swing dance competitions.
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
6 "name": "Techniv", 6 "name": "Techniv",
7 "email": "contact@techniv.fr" 7 "email": "contact@techniv.fr"
8 }, 8 },
9 "main": "./lib/relative-placement.js",
9 10
10 "repository":{ 11 "repository":{
11 "type": "git", 12 "type": "git",
......