git ssb

0+

Rômulo Alves / money-block



Commit 7fc66ab13f82dc4d7eb156a4c38d8a3f314d4338

fix version

romuloalves committed on 10/23/2021, 1:03:50 AM
Parent: 66b5635a9a864ebf035dcd24a8011a13f5d9f323

Files changed

package.jsonchanged
package.jsonView
@@ -1,15 +1,18 @@
11 {
22 "name": "money-block",
3- "version": "1.0.0",
3 + "version": "0.1.0",
44 "description": "",
55 "main": "index.js",
66 "scripts": {
77 "test": "ava"
88 },
99 "keywords": [],
1010 "author": "",
1111 "license": "MIT",
12 + "files": [
13 + "src/**"
14 + ],
1215 "devDependencies": {
1316 "ava": "^3.15.0",
1417 "np": "^7.5.0"
1518 }

Built with git-ssb-web