From b38f70099b4d55b0fd56b1cf6014fbe696b60a46 Mon Sep 17 00:00:00 2001 From: lukasmartinelli Date: Thu, 8 Sep 2016 19:50:27 +0200 Subject: [PATCH] Change names in package.json and License --- LICENSE | 2 +- package.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 20de79f..c78320a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Ali Al Dallal +Copyright (c) 2015 Lukas Martinelli Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index aa33caa..f45da39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "react-webpack-babel", - "version": "0.0.3", - "description": "React Webpack Babel Starter Kit", + "name": "mapolo", + "version": "0.0.1", + "description": "A MapboxGL visual style editor", "main": "''", "scripts": { "build": "webpack --config webpack.production.config.js --progress --profile --colors", @@ -10,11 +10,11 @@ }, "repository": { "type": "git", - "url": "https://github.com/alicoding/react-webpack-babel" + "url": "https://github.com/lukasmartinelli/mapolo" }, - "author": "Ali Al Dallal", + "author": "Lukas Martinelli", "license": "MIT", - "homepage": "https://github.com/alicoding/react-webpack-babel#readme", + "homepage": "https://github.com/lukasmartinelli/mapolo#readme", "dependencies": { "node-sass": "^3.9.2", "react": "15.3.0",