SFJS 0.3.12

This commit is contained in:
Mo Bitar
2018-08-15 10:28:15 -05:00
parent 8098e2af25
commit 75fe790f6c
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@@ -5907,9 +5907,9 @@
"dev": true "dev": true
}, },
"standard-file-js": { "standard-file-js": {
"version": "0.3.10", "version": "0.3.12",
"resolved": "https://registry.npmjs.org/standard-file-js/-/standard-file-js-0.3.10.tgz", "resolved": "https://registry.npmjs.org/standard-file-js/-/standard-file-js-0.3.12.tgz",
"integrity": "sha512-eS9cFTG+IiLDyQ/ghKUV1rhMKEz1Aea42Jsu5YY9fxGJ43+W+PnMydCVTf9YRZW3bfh+sRr0ut7QgWa8hTMJ7A==", "integrity": "sha512-guxocxz0ID9xYYbfC/tTxsW9Gl9ELkmI+TV17XMNVOf5eRdC3N0rBL20x2g3d8yevdi6eUIxJHa9Llx3kM/ATQ==",
"dev": true "dev": true
}, },
"statuses": { "statuses": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "standard-notes-web", "name": "standard-notes-web",
"version": "1.0.0", "version": "1.0.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/standardnotes/web" "url": "https://github.com/standardnotes/web"
@@ -37,7 +37,7 @@
"karma-jasmine": "^1.1.0", "karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2", "karma-phantomjs-launcher": "^1.0.2",
"sn-stylekit": "1.0.15", "sn-stylekit": "1.0.15",
"standard-file-js": "0.3.10", "standard-file-js": "0.3.12",
"sn-models": "0.1.1", "sn-models": "0.1.1",
"connect": "^3.6.6", "connect": "^3.6.6",
"mocha": "^5.2.0", "mocha": "^5.2.0",