This commit is contained in:
Philipp Kunz 2019-02-17 17:02:35 +01:00
parent 7474d208e4
commit f5b86154db
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smarthbs", "name": "@pushrocks/smarthbs",
"version": "2.0.2", "version": "2.0.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smarthbs", "name": "@pushrocks/smarthbs",
"version": "2.0.2", "version": "2.0.3",
"private": false, "private": false,
"description": "handlebars with better fs support", "description": "handlebars with better fs support",
"main": "dist/index.js", "main": "dist/index.js",
@ -36,4 +36,4 @@
"@pushrocks/tapbundle": "^3.0.7", "@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^11.9.4" "@types/node": "^11.9.4"
} }
} }