dont npmignore test.ts (fix #1)
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
||||
.DS_Store
|
||||
circle.yml
|
||||
node_modules
|
||||
test*
|
||||
test.js
|
||||
test.d.ts
|
||||
test.map
|
||||
karma.conf.js
|
||||
logo.png
|
||||
logo.psd
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react2angular",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "The easiest way to embed React components in Angular 1 apps!",
|
||||
"main": "index.js",
|
||||
"main:esnext": "index.es2015.js",
|
||||
|
||||
Reference in New Issue
Block a user