Browse Source

Merge pull request #8 from sagalbot/update-tooling

chore: add version to package.json
Caleb Porzio 5 years ago
parent
commit
3d4d10c3fa
1 changed files with 1 additions and 0 deletions
  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",