We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d272d6 commit 255e4bcCopy full SHA for 255e4bc
.gitignore
@@ -0,0 +1,21 @@
1
+# Compiled output
2
+/build
3
+/tmp
4
+
5
+# Node
6
+/node_modules
7
+npm-debug.log
8
+yarn-error.log
9
10
+# IDEs and editors
11
+.idea/
12
+.project
13
+.classpath
14
+.c9/
15
+*.launch
16
+.settings/
17
+*.sublime-workspace
18
19
+# System files
20
+.DS_Store
21
+Thumbs.db
package.json
@@ -0,0 +1,12 @@
+{
+ "name": "angular-es",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC"
+}
0 commit comments