Gulp: fixed license expression
Running 'npm install --save-dev something' also moved the author & license keys to the top, which I just kept.
This commit is contained in:
parent
ad0253a461
commit
34353f773b
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "pillar",
|
||||
"license": "GPL-2.0+",
|
||||
"author": "Blender Institute",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/armadillica/pillar.git"
|
||||
},
|
||||
"author": "Blender Institute",
|
||||
"license": "GPL",
|
||||
"devDependencies": {
|
||||
"gulp": "~3.9.1",
|
||||
"gulp-autoprefixer": "~2.3.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user