Explorar el Código

chore: add version to package.json

Related #6
Jeff hace 5 años
padre
commit
07344d7071
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -1,6 +1,7 @@
 {
   "main": "dist/project-x.js",
   "name": "project-x",
+  "version": "0.2.0",
   "scripts": {
     "test": "jest",
     "test:debug": "node --inspect node_modules/.bin/jest --runInBand",