Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Dec 18, 2018
1 parent 5e4fbd9 commit 2933231
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/core/integration-tests/test/kotlin.js
@@ -1,5 +1,4 @@
const assert = require('assert');
const fs = require('@parcel/fs');
const {bundle, assertBundleTree, run} = require('./utils');

describe('kotlin', function() {
Expand Down
1 change: 0 additions & 1 deletion packages/core/parcel-bundler/src/assets/KotlinAsset.js
Expand Up @@ -3,7 +3,6 @@ const localRequire = require('../utils/localRequire');
const path = require('path');
const fs = require('@parcel/fs');
const os = require('os');
const spawn = require('cross-spawn');

class KotlinAsset extends Asset {
constructor(name, options) {
Expand Down

0 comments on commit 2933231

Please sign in to comment.