Package lock removed

This commit is contained in:
Kristofer
2018-04-19 08:55:47 +02:00
parent 098e6780aa
commit 54b94ac241
3 changed files with 1 additions and 3353 deletions

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
package-lock=false

3351
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,6 @@
const express = require('express')
const app = express()
// app.get('/hello', (req, res) => res.send('Hello World!'))
app.use('/css', express.static('css'))
app.use('/src', express.static('src'))
app.use('/external', express.static('external'))