Migrate on copyfiles

This commit is contained in:
Ilya Goncharov
2019-10-09 00:41:44 +03:00
parent 896271cd87
commit 8c2ae4f91a
4 changed files with 210 additions and 2264 deletions
@@ -4,7 +4,7 @@
"description": "Modern source-map-loader with additional features",
"main": "kotlin-source-map-loader.js",
"scripts": {
"build": "rimraf lib/* && cpx \"kotlin-source-map-loader.js\" lib",
"build": "rimraf lib/* && copyfiles \"kotlin-source-map-loader.js\" lib",
"test": "mocha -R spec"
},
"dependencies": {
@@ -12,9 +12,9 @@
"loader-utils": "^1.1.0"
},
"devDependencies": {
"copyfiles": "^2.1.0",
"rimraf": "^2.6.3",
"mocha": "^5.0.5",
"should": "^13.2.1",
"cpx": "^1.5.0"
"should": "^13.2.1"
}
}
File diff suppressed because it is too large Load Diff