SFJS 0.3.65, 3.0.13

This commit is contained in:
Mo Bitar
2019-06-14 09:18:09 -05:00
parent a944a2032f
commit a250dda4e7
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
angular.module('app') angular.module('app')
.constant('appVersion', '3.0.12') .constant('appVersion', '3.0.13')
; ;

8
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "standard-notes-web", "name": "standard-notes-web",
"version": "3.0.11", "version": "3.0.12",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@@ -5817,9 +5817,9 @@
"dev": true "dev": true
}, },
"standard-file-js": { "standard-file-js": {
"version": "0.3.64", "version": "0.3.65",
"resolved": "https://registry.npmjs.org/standard-file-js/-/standard-file-js-0.3.64.tgz", "resolved": "https://registry.npmjs.org/standard-file-js/-/standard-file-js-0.3.65.tgz",
"integrity": "sha512-Xocw/1Rs4nc31Uy6TaIK7TYjFslmaLOPJND2lM5r1nMh0DcKdbs1IrU3Ny6CLmO609RFSNIG97lSgOXi9Bqn8g==", "integrity": "sha512-1APDBnwf9nwY5yocbPfPCWBqenVdXzBc/V5Xe3ApVFLcUjxOrlUs014bVz6/L3dUgZDQjb3AN2xsQdvQFSTmpQ==",
"dev": true "dev": true
}, },
"static-extend": { "static-extend": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "standard-notes-web", "name": "standard-notes-web",
"version": "3.0.12", "version": "3.0.13",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -40,6 +40,6 @@
"serve-static": "^1.13.2", "serve-static": "^1.13.2",
"sn-stylekit": "2.0.15", "sn-stylekit": "2.0.15",
"snjs": "0.2.8", "snjs": "0.2.8",
"standard-file-js": "0.3.64" "standard-file-js": "0.3.65"
} }
} }