From 61b9a268f5cf6bb943463e22695ba9100404b83a Mon Sep 17 00:00:00 2001 From: Tom Hare Date: Tue, 3 Apr 2018 11:00:29 +0200 Subject: [PATCH] Updated package.json for publishing to npm. --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1bad189..31dee95 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,18 @@ { - "name": "@frctl/twig", + "name": "@netzstrategen/twig-drupal-fractal-adapter", "version": "1.0.2", "description": "Twig template adapter for Fractal.", "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/frctl/twig.git" + "url": "https://github.com/netzstrategen/twig-drupal" }, - "author": "Mark Perkins (http://clearleft.com/)", + "author": "Fabian Marz (https://netzstrategen.com/)", "license": "MIT", "bugs": { - "url": "https://github.com/frctl/twig/issues" + "url": "https://github.com/netzstrategen/twig-drupal/issues" }, - "homepage": "https://github.com/frctl/twig", + "homepage": "https://github.com/netzstrategen/twig-drupal", "dependencies": { "@frctl/fractal": "latest", "glob": "^7.1.2",