Skip to content

Commit 884400c

Browse files
authored
Merge pull request #353 from ethereum/bumpVersion
Bump version
2 parents 5d4d58c + 4a67cfd commit 884400c

29 files changed

+315
-332
lines changed

apps/remix-ide/src/app/compiler/compiler-artefacts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22
import { Plugin } from '@remixproject/engine'
3-
import * as packageJson from '../../../package.json'
3+
import * as packageJson from '../../../../../package.json'
44
import CompilerAbstract from './compiler-abstract'
55

66
const profile = {

apps/remix-ide/src/app/compiler/compiler-imports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var swarmgw = require('swarmgw')()
55
var resolver = require('@resolver-engine/imports').ImportsEngine()
66
var request = require('request')
77
import { Plugin } from '@remixproject/engine'
8-
import * as packageJson from '../../../package.json'
8+
import * as packageJson from '../../../../../package.json'
99

1010
const profile = {
1111
name: 'contentImport',

apps/remix-ide/src/app/compiler/compiler-sourceVerifier-fetchAndCompile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const ethutil = require('ethereumjs-util')
2-
import * as packageJson from '../../../package.json'
2+
import * as packageJson from '../../../../../package.json'
33
import { Plugin } from '@remixproject/engine'
44
import { compile } from './compiler-helpers'
55
import globalRegistry from '../../global/registry'

apps/remix-ide/src/app/components/hidden-panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { AbstractPanel } from './panel'
2-
import * as packageJson from '../../../package.json'
2+
import * as packageJson from '../../../../../package.json'
33
const csjs = require('csjs-inject')
44
const yo = require('yo-yo')
55

apps/remix-ide/src/app/components/main-panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { AbstractPanel } from './panel'
2-
import * as packageJson from '../../../package.json'
2+
import * as packageJson from '../../../../../package.json'
33
const yo = require('yo-yo')
44
const csjs = require('csjs-inject')
55

apps/remix-ide/src/app/components/plugin-manager-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const EventEmitter = require('events')
44
const LocalPlugin = require('./local-plugin')
55
import { ViewPlugin, IframePlugin, WebsocketPlugin } from '@remixproject/engine'
66
import { PluginManagerSettings } from './plugin-manager-settings'
7-
import * as packageJson from '../../../package.json'
7+
import * as packageJson from '../../../../../package.json'
88
const addToolTip = require('../ui/tooltip')
99

1010
const css = csjs`

apps/remix-ide/src/app/components/side-panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { AbstractPanel } from './panel'
2-
import * as packageJson from '../../../package.json'
2+
import * as packageJson from '../../../../../package.json'
33
const csjs = require('csjs-inject')
44
const yo = require('yo-yo')
55

apps/remix-ide/src/app/components/vertical-icons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var csjs = require('csjs-inject')
33
var helper = require('../../lib/helper')
44
let globalRegistry = require('../../global/registry')
55
const { Plugin } = require('@remixproject/engine')
6-
import * as packageJson from '../../../package.json'
6+
import * as packageJson from '../../../../../package.json'
77
import { basicLogo } from '../ui/svgLogo'
88

99
const EventEmitter = require('events')

apps/remix-ide/src/app/editor/contextualListener.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const AstWalker = remixLib.AstWalker
66
const EventManager = require('../../lib/events')
77
const globalRegistry = require('../../global/registry')
88
import { Plugin } from '@remixproject/engine'
9-
import * as packageJson from '../../../package.json'
9+
import * as packageJson from '../../../../../package.json'
1010

1111
const profile = {
1212
name: 'contextualListener',

apps/remix-ide/src/app/editor/editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const yo = require('yo-yo')
44
const csjs = require('csjs-inject')
55
const ace = require('brace')
66
import { Plugin } from '@remixproject/engine'
7-
import * as packageJson from '../../../package.json'
7+
import * as packageJson from '../../../../../package.json'
88

99
const globalRegistry = require('../../global/registry')
1010
const SourceHighlighters = require('./SourceHighlighters')

0 commit comments

Comments
 (0)