Permalink
Browse files

cleaning up npm

  • Loading branch information...
1 parent 10afb05 commit 45684aac0e9b94fbaf5ef53a806fb5cc076ac394 @WebReflection committed Aug 24, 2016
Showing with 11 additions and 20 deletions.
  1. +9 −7 .npmignore
  2. +0 −12 basic.html
  3. +2 −1 bower.json
View
@@ -1,8 +1,10 @@
-src/*
-test/*
-template/*
-node_modules/*
-examples/*
-build/*.amd.js
Makefile
-index.html
+index.html
+testrunner.js
+bower.json
+src
+test
+template
+node_modules
+examples
+build/*.amd.js
View
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>testing my-element</title>
- <script src="build/document-register-element.js"></script>
- <script src="test/my-element.js"></script>
-</head>
-<body>
- <my-element>
- some content
- </my-element>
-</body>
View
@@ -18,6 +18,7 @@
"package.json",
"index.html",
"testrhino.js",
- "Makefile"
+ "Makefile",
+ "basic.html"
]
}

0 comments on commit 45684aa

Please sign in to comment.