mirror of
https://github.com/maputnik/editor.git
synced 2026-01-20 12:20:03 +00:00
Change names in package.json and License
This commit is contained in:
2
LICENSE
2
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
|
||||
|
||||
12
package.json
12
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",
|
||||
|
||||
Reference in New Issue
Block a user