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

Commit

Permalink
Atom reads from git, not an npm-like registry.
Browse files Browse the repository at this point in the history
That means that for now we need to check in our compiled sources (the lib directory).

This may eventually fix: atom/apm#498
  • Loading branch information
rictic committed Oct 17, 2016
1 parent 74418b2 commit 14c32db
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 33 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.DS_Store
npm-debug.log
node_modules
lib/
/example_project/bower_components
8 changes: 0 additions & 8 deletions .npmignore

This file was deleted.

24 changes: 0 additions & 24 deletions lib/atom-polymer-view.js

This file was deleted.

225 changes: 225 additions & 0 deletions lib/atom-polymer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/atom-polymer.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14c32db

Please sign in to comment.