Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Update filenames to polymer-ide, delete out of date code.
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Oct 25, 2016
1 parent 695df40 commit 11c004a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 85 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "polymer-ide",
"main": "./lib/atom-polymer",
"main": "./lib/polymer-ide",
"version": "0.1.3",
"description": "Provides linting, autocompletion, and more for web components.",
"keywords": [],
Expand Down
73 changes: 0 additions & 73 deletions spec/atom-polymer-spec.js

This file was deleted.

9 changes: 0 additions & 9 deletions spec/atom-polymer-view-spec.js

This file was deleted.

17 changes: 17 additions & 0 deletions spec/polymer-ide-spec.js
@@ -0,0 +1,17 @@
'use babel';

import PolymerIde from '../lib/polymer-ide';

// Use the command `window:run-package-specs` (cmd-alt-ctrl-p) to run specs.
//
// To run a specific `it` or `describe` block add an `f` to the front (e.g.
// `fit` or `fdescribe`). Remove the `f` to unfocus the block.

describe('PolymerIde', () => {
let workspaceElement, activationPromise;

beforeEach(() => {
activationPromise = atom.packages.activatePackage('polymer-ide');
});

});
File renamed without changes.
2 changes: 0 additions & 2 deletions styles/atom-polymer.less → styles/polymer-ide.less
Expand Up @@ -4,5 +4,3 @@
// for a full listing of what's available.
@import "ui-variables";

.atom-polymer {
}

0 comments on commit 11c004a

Please sign in to comment.