mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-26 13:21:42 +03:00
Add fields to make package.json happy.
This commit is contained in:
parent
740f334958
commit
aa74bb5003
10
package.json
10
package.json
@ -6,8 +6,16 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "cd generator && elm make src/Main.elm --output src/Main.js --optimize"
|
"build": "cd generator && elm make src/Main.elm --output src/Main.js --optimize"
|
||||||
},
|
},
|
||||||
|
"repository": "https://github.com/dillonkearns/elm-pages",
|
||||||
|
"keywords": [
|
||||||
|
"elm",
|
||||||
|
"JAM stack",
|
||||||
|
"ssg",
|
||||||
|
"static site generator",
|
||||||
|
"pwa"
|
||||||
|
],
|
||||||
"author": "Dillon Kearns",
|
"author": "Dillon Kearns",
|
||||||
"license": "BSD-3",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.5.5",
|
"@babel/core": "^7.5.5",
|
||||||
"@babel/preset-env": "^7.5.5",
|
"@babel/preset-env": "^7.5.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user