SNJS 0.2.8

Signed-off-by: Mo Bitar <me@bitar.io>
This commit is contained in:
Mo Bitar
2019-06-05 14:21:43 -05:00
parent 62b091ef5e
commit 48eca5039b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5724,9 +5724,9 @@
}
},
"snjs": {
"version": "0.2.7",
"resolved": "https://registry.npmjs.org/snjs/-/snjs-0.2.7.tgz",
"integrity": "sha512-MPegTzgrQY5xh24jBsAQKqxiCpLDDtgelcrv4G1Xz6yZqH2H2WrUTr7YSE1QCPbKHMXvuX7kn/cTDchyhEdESQ==",
"version": "0.2.8",
"resolved": "https://registry.npmjs.org/snjs/-/snjs-0.2.8.tgz",
"integrity": "sha512-qUPy+9DAQnF/MHnGt9lWndBpaC2EdSgZVf0HnRtMx5pRZ7vpcGeyuvyZwPGnRCwFJZcQDdidRp33/Xewy8wsww==",
"dev": true
},
"source-map": {

View File

@@ -39,7 +39,7 @@
"mocha": "^5.2.0",
"serve-static": "^1.13.2",
"sn-stylekit": "2.0.15",
"snjs": "0.2.7",
"snjs": "0.2.8",
"standard-file-js": "0.3.63"
}
}