Commit 7a2b23bb 7a2b23bbec2786ace878a5233049e2166bc58279 by Vincent Peybernes

#9 Prepare publish

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